Currency Converter

Currency Converter

Cos'è Currency Converter?

Currency Converter è un'estensione di Chrome sviluppata da https://quickrr.com, 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

                        Really simple currency converter. Enter sum of money, source and target currencies and it will convert in a second. Using real-time currency rate by Google Finance.


Chrome productivity extensions by http://quickrr.com                    

Informazioni di Base sull'Estensione

Nome Currency Converter Currency Converter
ID bmeblomdmeijnmlhlhhfmbnknjgocpah
URL Ufficiale https://chromewebstore.google.com/detail/currency-converter/bmeblomdmeijnmlhlhhfmbnknjgocpah
Descrizione Currency Converter
Dimensione del File 228 KB
Conteggio Installazioni 373
Versione Corrente 2.0
Ultimo Aggiornamento 2015-03-25
Data di Pubblicazione 2015-03-25
Valutazione 3.66/5 Totale 29 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": "Currency Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Currency Converter",
    "browser_action": {
        "default_icon": "cur_19.png",
        "default_popup": "popup.htm",
        "default_title": "Currency Converter"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}