Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Qu'est-ce que Dollar Exchange Rate ?
Dollar Exchange Rate est une extension Chrome développée par Edgar González, et sa fonction principale est "Check the dollar exchange rate in your country currency".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dollar Exchange Rate
Téléchargez les fichiers d'extension Dollar Exchange Rate 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
Keep track of the dollar rate in your country currency
Informations de Base sur l'Extension
Nom | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
URL Officiel | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
Description | Check the dollar exchange rate in your country currency |
Taille du Fichier | 683 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-04-04 |
Date de Publication | 2019-04-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Edgar González |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollar Exchange Rate", "version": "1.2.0", "description": "Check the dollar exchange rate in your country currency", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" }, "permissions": [ "declarativeContent", "notifications", "alarms", "storage", "https:\/\/www.countryflags.io\/" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" } }, "options_page": "options.html" } |