Calculator Chrome Extension
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !
Calculator Chrome Extensionคืออะไร?
Calculator Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitin Sharma และคุณลักษณะหลักของมันคือ "This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calculator Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Calculator Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Calculator Chrome Extension |
ID | jdmcnjmopmnkijcbonebjbdkpcdblobn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calculator-chrome-extensi/jdmcnjmopmnkijcbonebjbdkpcdblobn |
คำอธิบาย | This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-07-17 |
วันที่เผยแพร่ | 2017-07-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Mitin Sharma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator Chrome Extension", "version": "1.0.2", "manifest_version": 2, "icons": { "19": "icons\/19x19.png", "38": "icons\/38x38.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png", "128": "icons\/128x128.png" }, "default_title": "Smart Calculator", "default_popup": "calc.html" } } |