Unit Converter

Easy to use Unit Converter

Cos'è Unit Converter?

Unit Converter è un'estensione di Chrome sviluppata da dtuit, e la sua funzione principale è "Easy to use Unit Converter".

Screenshot dell'Estensione

screenshot
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

                        •Unit converter will convert your units quick and simple.

•Choose your preferred category and units on the options page.

•Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage,
 
[NEW] Added categories
Energy, Power, Force, Electric Current.
[NEW]
Supports Fractional Inputs

More categories and units to come.

source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt                    

Informazioni di Base sull'Estensione

Nome Unit Converter Unit Converter
ID igjeajmonjofckmiheidpmebpmdbbiam
URL Ufficiale https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam
Descrizione Easy to use Unit Converter
Dimensione del File 63.2 KB
Conteggio Installazioni 10,000
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2015-11-30
Data di Pubblicazione 2015-11-30
Valutazione 4.23/5 Totale 70 Valutazioni
Sviluppatore dtuit
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit Converter",
    "description": "Easy to use Unit Converter",
    "version": "0.0.0.5",
    "icons": {
        "16": "icons\/Units-icon24.png",
        "48": "icons\/Units-icon48.png",
        "128": "icons\/Units-icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/Units-icon48.png",
        "default_popup": "unitConverter.html"
    }
}