Context Currency Converter

This extension allows you to convert currencies from your context menu.

Cos'è Context Currency Converter?

Context Currency Converter è un'estensione di Chrome sviluppata da polivka.pavel, e la sua funzione principale è "This extension allows you to convert currencies from your context menu.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Context Currency Converter

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

                        The best currency converter out there.                    

Informazioni di Base sull'Estensione

Nome Context Currency Converter Context Currency Converter
ID jnoakmgpnhbbjmojgbkhiihnelpobmkf
URL Ufficiale https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Descrizione This extension allows you to convert currencies from your context menu.
Dimensione del File 177 KB
Conteggio Installazioni 426
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-08
Data di Pubblicazione 2013-09-08
Valutazione 4.08/5 Totale 24 Valutazioni
Sviluppatore polivka.pavel
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Currency Converter",
    "description": "This extension allows you to convert currencies from your context menu.",
    "version": "1.0",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}