WebExtension.net
Toggle dark mode
WebExtension.net

Exchange Rate

View on Chrome Web Store
View Exchange Rate Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (14 ratings)
1 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.

Let Exchange Rate instantly convert amounts to your local currency! A live exchange rate extension to see conversions as you hover.
Type
Extension
Users
431 users
1
Website hotpancake.com
info.hotpancake
View author page of info.hotpancake
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 4, 2024
Version 2
Manifest version
3
Updated
Updated on December 31, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Exchange Rate 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,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "2",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/rate.cresotech.com\/get"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}
© 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