Length Converter

This extension will convert lengths (metric and imperial).

Cos'è Length Converter?

Length Converter è un'estensione di Chrome sviluppata da auburnpeachfuzz, e la sua funzione principale è "This extension will convert lengths (metric and imperial).".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Length Converter

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

                        This extension converts units of length (includes both the metric and imperial systems).
Icon made by Freepik from www.flaticon.com                    

Informazioni di Base sull'Estensione

Nome Length Converter Length Converter
ID gnmcakofhhbmljpocbklhdboifijfdmk
URL Ufficiale https://chrome.google.com/webstore/detail/length-converter/gnmcakofhhbmljpocbklhdboifijfdmk
Descrizione This extension will convert lengths (metric and imperial).
Dimensione del File 7.46 KB
Conteggio Installazioni 102
Versione Corrente 1.0
Ultimo Aggiornamento 2018-05-31
Data di Pubblicazione 2018-05-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore auburnpeachfuzz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Length Converter",
    "version": "1.0",
    "description": "This extension will convert lengths (metric and imperial).",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}