Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

Cos'è Context Currency Converter Mod?

Context Currency Converter Mod è un'estensione di Chrome sviluppata da dabinn, e la sua funzione principale è "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Context Currency Converter Mod

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

                        Please try the original Context Currency Converter at first.
https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf                    

Informazioni di Base sull'Estensione

Nome Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
URL Ufficiale https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
Descrizione A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Dimensione del File 169 KB
Conteggio Installazioni 447
Versione Corrente 1.1
Ultimo Aggiornamento 2018-06-15
Data di Pubblicazione 2018-06-15
Valutazione 4.93/5 Totale 15 Valutazioni
Sviluppatore dabinn
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "author": "[email protected]",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Currency Converter Mod"
    },
    "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Context Currency Converter Mod",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}