Currency calculator

Currency calculator

Qu'est-ce que Currency calculator ?

Currency calculator est une extension Chrome développée par Eretin Oleg, et sa fonction principale est "Currency calculator".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        Allow user to convert values between different currencies.
Key features:
- Support 5 different currencies
- Provide user with up to date currencies rates
- Allow to set default currency
- Support 2 locales: english and russian                    

Informations de Base sur l'Extension

Nom Currency calculator Currency calculator
ID abjmkppdokelmiilmojnbcplckdofjcj
URL Officiel https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj
Description Currency calculator
Taille du Fichier 284 KB
Nombre d'Installations 24
Version Actuelle 0.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 1.50/5 Total 2 Évaluations
Développeur Eretin Oleg
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/api.fixer.io\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}