Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Wat is Dollar Exchange Rate?
Dollar Exchange Rate is een Chrome-extensie ontwikkeld door Edgar González, en de belangrijkste functie is "Check the dollar exchange rate in your country currency".
Extensie Screenshots
Download het CRX-bestand van de extensie Dollar Exchange Rate
Download Dollar Exchange Rate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Keep track of the dollar rate in your country currency Basisinformatie over de Extensie
| Naam | |
| ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
| Officiële URL | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
| Beschrijving | Check the dollar exchange rate in your country currency |
| Bestandsgrootte | 683 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2019-04-04 |
| Publicatiedatum | 2019-04-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Edgar González |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |