Context Currency Converter Mod

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

Qu'est-ce que Context Currency Converter Mod ?

Context Currency Converter Mod est une extension Chrome développée par dabinn, et sa fonction principale est "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Context Currency Converter Mod

Téléchargez les fichiers d'extension Context Currency Converter Mod au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
URL Officiel https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
Description A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Taille du Fichier 169 KB
Nombre d'Installations 447
Version Actuelle 1.1
Dernière Mise à Jour 2018-06-15
Date de Publication 2018-06-15
Évaluation 4.93/5 Total 15 Évaluations
Développeur dabinn
Type de Paiement free
Langues Prises en Charge 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"
}