Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anki Tool", "version": "1.8.3", "description": "Effortlessly convert any web content into Anki flashcards for smarter, faster learning.", "permissions": [ "storage", "notifications", "alarms", "sidePanel", "contextMenus" ], "host_permissions": [ "http:\/\/localhost:8765\/*" ], "background": { "service_worker": "assets\/js\/background.js" }, "action": { "default_popup": "pages\/popup.html", "default_icon": "assets\/images\/icon.png" }, "icons": { "16": "assets\/images\/icon.png", "48": "assets\/images\/icon.png", "128": "assets\/images\/icon.png" }, "side_panel": { "default_path": "pages\/sidepanel.html" }, "commands": { "open_anki_tool": { "suggested_key": { "default": "Alt+G" }, "description": "Open the Anki Tool popup" }, "open_side_panel": { "suggested_key": { "default": "Alt+B" }, "description": "Open the Anki Tool side panel" } }, "web_accessible_resources": [ { "resources": [ "pages\/sidepanel.html", "assets\/js\/sidepanel.js", "assets\/css\/popup.css", "assets\/images\/*" ], "matches": [ "<all_urls>" ] } ] }