Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Vad är Dollar Exchange Rate?
Dollar Exchange Rate är en Chrome-tillägg utvecklad av Edgar González, och dess huvudfunktion är "Check the dollar exchange rate in your country currency".
Tilläggsskärmbilder
Ladda ner Dollar Exchange Rate-förlängningens CRX-fil
Ladda ner Dollar Exchange Rate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Keep track of the dollar rate in your country currency
Grundläggande Information om Tillägg
Namn | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
Officiell webbadress | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
Beskrivning | Check the dollar exchange rate in your country currency |
Filstorlek | 683 KB |
Antal Installationer | 15 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2019-04-04 |
Publiceringsdatum | 2019-04-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Edgar González |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |