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": "Currency Exchanger", "description": "A simple currency exchange extension (including XOF & BitCoin)", "host_permissions": [ "https:\/\/api.exchangerate.host\/*" ], "author": "[email protected]", "version": "0.0.2", "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-4d86444a.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/App-ff5afde8.css" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Open currency exchanger" } }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/sorting-arrows-99004d2d.png", "assets\/cancel-icon-adaa1c65.svg", "assets\/logo-6b44cd95.png", "assets\/App-7e5a3c1b.js", "assets\/content.ts-303db2c5.js" ], "use_dynamic_url": true } ] }