WebExtension.net
Toggle dark mode
WebExtension.net

Currency Converter

View on Chrome Web Store
View Currency Converter Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 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.

Quickly convert currencies with real-time exchange rates.
Type
Extension
Users
34 users
2
Shansana Waruna
View author page of Shansana Waruna
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 27, 2025
Version 1.1
Manifest version
3
Updated
Updated on February 1, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Currency Converter 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",
    "name": "Currency Converter",
    "description": "Quickly convert currencies with real-time exchange rates.",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "assets\/icon128.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}
© 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