Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

Qu'est-ce que Currency Converter ?

Currency Converter est une extension Chrome développée par John Sanchirico, et sa fonction principale est "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

Informations de Base sur l'Extension

Nom Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
URL Officiel https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Description Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Taille du Fichier 76.83 KB
Nombre d'Installations 49
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-10-23
Date de Publication 2019-10-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur John Sanchirico
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}