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", "name": "Quizlet to Anki", "description": "Turn your Quizlet flashcards into Anki decks", "version": "0.0.0.5", "manifest_version": 3, "action": { "default_popup": "src\/popup.html", "default_icon": "assets\/128.png" }, "permissions": [ "activeTab" ], "icons": { "48": "assets\/48.png", "128": "assets\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*" ], "js": [ "src\/content.js" ], "run_at": "document_end" } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }