Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Dollar Exchange Rateคืออะไร?
Dollar Exchange Rate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edgar González และคุณลักษณะหลักของมันคือ "Check the dollar exchange rate in your country currency"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dollar Exchange Rate
ดาวน์โหลดไฟล์ส่วนขยาย Dollar Exchange Rate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep track of the dollar rate in your country currency
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
คำอธิบาย | Check the dollar exchange rate in your country currency |
ขนาดไฟล์ | 683 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2019-04-04 |
วันที่เผยแพร่ | 2019-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Edgar González |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |