Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Currency Converterคืออะไร?
Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Sanchirico และคุณลักษณะหลักของมันคือ "Currency Converter simply adds a popup to find the equivalent of a amount currency to another."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Currency Converter
ดาวน์โหลดไฟล์ส่วนขยาย Currency Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
คำอธิบาย | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
ขนาดไฟล์ | 76.83 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2019-10-23 |
วันที่เผยแพร่ | 2019-10-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | John Sanchirico |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency Converter", "short_name": "CC", "version": "0.1.1", "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Currency Converter", "default_popup": "popup.html" } } |