Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick Anki Adder", "short_name": "QAA", "version": "0.0.0.1", "description": "Quick Anki card adder with translate, animated picture (.gif), and text-to-speech (TTS ) resources.", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/LogoQuick16.png", "32": "\/images\/LogoQuick32.png", "48": "\/images\/LogoQuick48.png", "128": "\/images\/LogoQuick128.png" } }, "icons": { "16": "\/images\/LogoQuick16.png", "32": "\/images\/LogoQuick32.png", "48": "\/images\/LogoQuick48.png", "128": "\/images\/LogoQuick128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "background.js", "CardAdder.js", "popup.js", "add_in_batch.js" ], "matches": [ "<all_urls>" ] } ] }