WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Universal Converter

Universal Converter

View on Chrome Web Store
View Universal Converter Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

Convert any unit or currency to another with text selection popup and comprehensive unit support
Type
Extension
Users
21 users
1
Ahmed Al-Halal
View author page of Ahmed Al-Halal
Published
Published on July 5, 2025
Version 1.6.2
Manifest version
3
Updated
Updated on February 8, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Universal 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",
    "manifest_version": 3,
    "name": "Universal Converter",
    "version": "1.6.2",
    "description": "Convert any unit or currency to another with text selection popup and comprehensive unit support",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.exchangerate.fun\/latest*",
        "https:\/\/cdn.jsdelivr.net\/npm\/@fawazahmed0\/currency-api@latest\/v1\/currencies\/*"
    ],
    "action": {
        "default_title": "Universal Converter: Convert units and currencies"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "data\/conversion-data.js",
                "data\/currency-mappings.js",
                "utils\/unit-converter.js",
                "utils\/currency-converter.js",
                "utils\/conversion-detector.js",
                "utils\/popup-manager.js",
                "utils\/settings-manager.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 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