Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Apa itu Dollar Exchange Rate?
Dollar Exchange Rate adalah ekstensi Chrome yang dikembangkan oleh Edgar González, dan fitur utamanya adalah "Check the dollar exchange rate in your country currency".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dollar Exchange Rate
Unduh file ekstensi Dollar Exchange Rate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Keep track of the dollar rate in your country currency
Informasi Dasar Ekstensi
Nama | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
URL Resmi | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
Deskripsi | Check the dollar exchange rate in your country currency |
Ukuran File | 683 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2019-04-04 |
Tanggal Publikasi | 2019-04-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Edgar González |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |