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", "manifest_version": 3, "name": "Direct Currency Converter", "version": "3.4.2", "default_locale": "en", "description": "Converts prices from any currency (\u20ac, $, \u00a3, \u00a5, \u060b, \u09f3, \u0e3f, \u17db, \u20a1, etc.) to prices in a selectable currency automatically while browsing.", "icons": { "16": "images\/1402781551_currency_exchange_1.png", "48": "images\/1415072079_currency_exchange_1-48.png", "128": "images\/1415072098_currency_exchange_1-128.png" }, "author": "Per Johansson", "background": { "scripts": [ "gc-l10n.js", "common\/dcc-main.js", "common\/eventAggregator.js", "gc-contentInterface.js", "common\/settings.js", "gc-storage-service.js", "gc-chromeInterface.js", "gc-main.js" ], "service_worker": "gc-main.js", "type": "module" }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "short_name": "DC Converter", "action": { "default_title": "Direct Currency Converter" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }