Unit Converter

Easily convert length, area, volume and other units

Cos'è Unit Converter?

Unit Converter è un'estensione di Chrome sviluppata da https://quickrr.com, e la sua funzione principale è "Easily convert length, area, volume and other units".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unit Converter

Scarica i file di estensione 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

                        Simple & quick unit converter. 
Easily convert length, temperature, area, volume, weight and speed between units of measurement.


Chrome productivity extensions by http://quickrr.com                    

Informazioni di Base sull'Estensione

Nome Unit Converter Unit Converter
ID ngiiaodmkjellommopgjfedfleidaagp
URL Ufficiale https://chromewebstore.google.com/detail/unit-converter/ngiiaodmkjellommopgjfedfleidaagp
Descrizione Easily convert length, area, volume and other units
Dimensione del File 95.99 KB
Conteggio Installazioni 3,161
Versione Corrente 2.0
Ultimo Aggiornamento 2015-03-25
Data di Pubblicazione 2015-03-25
Valutazione 3.74/5 Totale 35 Valutazioni
Sviluppatore https://quickrr.com
Tipo di Pagamento free
Sito Web dell'Estensione http://quickrr.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "Unit Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": " Easily convert length, area, volume and other units",
    "browser_action": {
        "default_icon": "uc_19.png",
        "default_popup": "popup.htm",
        "default_title": "Unit Converter"
    },
    "icons": {
        "128": "uc_128.png",
        "48": "uc_48.png",
        "16": "uc_16.png"
    }
}