Currency converter

Currency converter.

Cos'è Currency converter?

Currency converter è un'estensione di Chrome sviluppata da haffiidevelope, e la sua funzione principale è "Currency converter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Currency converter

Scarica i file di estensione Currency 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 is a simple currency converter, that converts ISK(Icelandic Króna), USD, GBP, EUR DKK and NOK .                    

Informazioni di Base sull'Estensione

Nome Currency converter Currency converter
ID dbdflpagongpogienalahpmnjnjpmnog
URL Ufficiale https://chrome.google.com/webstore/detail/currency-converter/dbdflpagongpogienalahpmnjnjpmnog
Descrizione Currency converter.
Dimensione del File 288 KB
Conteggio Installazioni 42
Versione Corrente 3.0
Ultimo Aggiornamento 2014-09-06
Data di Pubblicazione 2014-09-06
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore haffiidevelope
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currency converter",
    "manifest_version": 2,
    "version": "3.0",
    "description": "Currency converter.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}