Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Hvad er Dollar Exchange Rate?
Dollar Exchange Rate er en Chrome-udvidelse udviklet af Edgar González, og dens hovedfunktion er "Check the dollar exchange rate in your country currency".
Udvidelsesskærmbilleder
Download Dollar Exchange Rate-udvidelses-CRX-fil
Download Dollar Exchange Rate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Keep track of the dollar rate in your country currency
Grundlæggende oplysninger om udvidelsen
Navn | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
Officiel URL | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
Beskrivelse | Check the dollar exchange rate in your country currency |
Filstørrelse | 683 KB |
Antal Installationer | 15 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2019-04-04 |
Udgivelsesdato | 2019-04-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Edgar González |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |