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": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "version": "1.4", "permissions": [ "history", "downloads" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "xlsx.full.min.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/history.png", "48": "icons\/history.png", "64": "icons\/history.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" } }