Context Currency Converter

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

Qu'est-ce que Context Currency Converter ?

Context Currency Converter est une extension Chrome développée par polivka.pavel, et sa fonction principale est "This extension allows you to convert currencies from your context menu.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Context Currency Converter 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

                        The best currency converter out there.                    

Informations de Base sur l'Extension

Nom Context Currency Converter Context Currency Converter
ID jnoakmgpnhbbjmojgbkhiihnelpobmkf
URL Officiel https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Description This extension allows you to convert currencies from your context menu.
Taille du Fichier 177 KB
Nombre d'Installations 426
Version Actuelle 1.0
Dernière Mise à Jour 2013-09-08
Date de Publication 2013-09-08
Évaluation 4.08/5 Total 24 Évaluations
Développeur polivka.pavel
Type de Paiement free
Langues Prises en Charge 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"
    }
}