Burl Source Inches To Millimeters

This extension would convert inches into millimeters automagically on the http://burlsource.us

Cos'è Burl Source Inches To Millimeters?

Burl Source Inches To Millimeters è un'estensione di Chrome sviluppata da Anton Kudris, e la sua funzione principale è "This extension would convert inches into millimeters automagically on the http://burlsource.us".

Scarica il file CRX dell'estensione Burl Source Inches To Millimeters

Scarica i file di estensione Burl Source Inches To Millimeters 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 would convert inches to mm on the http://burlsource.us                    

Informazioni di Base sull'Estensione

Nome Burl Source Inches To Millimeters Burl Source Inches To Millimeters
ID ccdlbpiakpmcmchggegamofhgpbogfmb
URL Ufficiale https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb
Descrizione This extension would convert inches into millimeters automagically on the http://burlsource.us
Dimensione del File 3.98 KB
Conteggio Installazioni 17
Versione Corrente 2.2
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Anton Kudris
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jodaka/burl-source-inches2mm
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Burl Source Inches To Millimeters",
    "description": "This extension would convert inches into millimeters automagically on the http:\/\/burlsource.us",
    "version": "2.2",
    "permissions": [
        "http:\/\/www.burlsource.us\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.burlsource.us\/*"
            ],
            "js": [
                "convert.js"
            ]
        }
    ]
}