Currency converter
This extension is to convert your currency to other
Qu'est-ce que Currency converter ?
Currency converter est une extension Chrome développée par Fasalu Rahman KM, et sa fonction principale est "This extension is to convert your currency to other".
Captures d'Écran de l'Extension
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
The extension is to convert your currency to 160 other currency. you will have the following options, - Convert your currency to 160 other currency, - ASK and BID of the selected currency - Based on yahoo financial Exchange - Get all convert result - An option to compare all currency and its BID and ASK amount
Informations de Base sur l'Extension
Nom | |
ID | mfgmiiamglkhffmnehbmiekogaegehgk |
URL Officiel | https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk |
Description | This extension is to convert your currency to other |
Taille du Fichier | 89.98 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-03-10 |
Date de Publication | 2014-03-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Fasalu Rahman KM |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency converter", "description": "This extension is to convert your currency to other", "version": "1.0", "permissions": [ "https:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/fonts.googleapis.com\/*", "http:\/\/code.angularjs.org\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ", "browser_action": { "default_icon": "equal16.png", "default_popup": "currencyConverter.html" }, "icons": { "16": "equal16.png", "48": "equal48.png", "128": "equal.png" }, "short_name": "convert currency" } |