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 Exporter - Export Flashcards to JSON, CSV, Text", "description": "Export Quizlet flashcards as a JSON, CSV file or text.", "version": "1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "scripting", "downloads" ], "host_permissions": [ "https:\/\/*.quizlet.com\/*" ], "action": { "default_title": "Export Quizlet JSON", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "background": { "service_worker": "background.js" } }