Quick Unit Converter

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

Cos'è Quick Unit Converter?

Quick Unit Converter è un'estensione di Chrome sviluppata da Vu Le, e la sua funzione principale è "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Unit Converter

Scarica i file di estensione Quick Unit Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
URL Ufficiale https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Descrizione Quickly convert different units with instant results, making your online experience simpler and more convenient.
Dimensione del File 126 KB
Conteggio Installazioni 108
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-06-15
Data di Pubblicazione 2023-06-15
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Vu Le
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}