Unit converter

General Converter for Energy, Mass, Volume.

What is Unit converter?

Unit converter is a Chrome extension developed by Mr.TRYBOI, and its main feature is "General Converter for Energy, Mass, Volume.".

Extension Screenshots

screenshot

Download Unit converter Extension CRX File

Download Unit converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Конвертер единиц - энергия, масса, объем. Работает оффлайн!                    

Extension Basic Information

Name Unit converter Unit converter
ID gdnablbcdiimagdjpgkkbdcaaagcmmai
Official URL https://chromewebstore.google.com/detail/unit-converter/gdnablbcdiimagdjpgkkbdcaaagcmmai
Description General Converter for Energy, Mass, Volume.
File Size 45.15 KB
Installation Count 130
Current Version 1.3
Last Updated 2019-03-03
Publish Date 2019-03-03
Rating 4.00/5 Total 4 Ratings
Developer Mr.TRYBOI
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit converter",
    "short_name": "Unit converter",
    "description": "General Converter for Energy, Mass, Volume.",
    "version": "1.3",
    "homepage_url": "https:\/\/t.me\/mrtryboi",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "ga.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}