Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Context Currency Converter Modคืออะไร?
Context Currency Converter Mod เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dabinn และคุณลักษณะหลักของมันคือ "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Context Currency Converter Mod
ดาวน์โหลดไฟล์ส่วนขยาย Context Currency Converter Mod ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
คำอธิบาย | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
ขนาดไฟล์ | 169 KB |
จำนวนการติดตั้ง | 447 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-06-15 |
วันที่เผยแพร่ | 2018-06-15 |
คะแนน | 4.93/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | dabinn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "[email protected]", "background": { "scripts": [ "back.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Currency Converter Mod" }, "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Context Currency Converter Mod", "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |