Quick Unit Converter

Quickly convert different units with instant results, making your online experience simpler and more convenient.

Vad är Quick Unit Converter?

Quick Unit Converter är en Chrome-tillägg utvecklad av Vu Le, och dess huvudfunktion är "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

Tilläggsskärmbilder

screenshot

Ladda ner Quick Unit Converter-förlängningens CRX-fil

Ladda ner Quick Unit Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The Ultimate Unit Converter Chrome Extension is a powerful tool designed to simplify your online experience by providing quick and efficient unit conversions right at your fingertips. With this extension, you can bid farewell to manual calculations and tedious searches for conversion tables.

Using our user-friendly interface, you can effortlessly convert between a wide range of units in various categories, including length, weight, temperature, volume, time, and more. Simply type the text or value you want to convert, and our extension will instantly display the converted result in real-time.                    

Grundläggande Information om Tillägg

Namn Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
Officiell webbadress https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Beskrivning Quickly convert different units with instant results, making your online experience simpler and more convenient.
Filstorlek 126 KB
Antal Installationer 108
Aktuell Version 1.0.1
Senast Uppdaterad 2023-06-15
Publiceringsdatum 2023-06-15
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Vu Le
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Unit Converter",
    "version": "1.0.1",
    "description": "Quickly convert different units with instant results, making your online experience simpler and more convenient.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}