WebExtension.net
Toggle dark mode
WebExtension.net

Currency converter app

View on Chrome Web Store
View Currency converter app Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (36 ratings)
2 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Currency Converter app as online tool for currency exchange rates. It offers money converter, dollar and euro calculator.
Type
Extension
Users
420 users
26
Website beaverhood.com
Beaverhood LLC
View author page of Beaverhood LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 28, 2025
Version 0.0.4
Manifest version
3
Updated
Updated on February 3, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Currency converter app Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "0.0.4",
    "offline_enabled": true,
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "currency_config.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top