Unit Converter
Unit Converter Calculator
Unit Converterคืออะไร?
Unit Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://saranyamoellers.com และคุณลักษณะหลักของมันคือ "Unit Converter Calculator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unit Converter
ดาวน์โหลดไฟล์ส่วนขยาย Unit Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Unit Converter converts metric or US Customary. It easily converts length, area, volume, weight and temperature with a high degree of accuracy. This Unit Converter is also available as an app in Google play store for free! and no advertise! Search under "unit converter saranya".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
คำอธิบาย | Unit Converter Calculator |
ขนาดไฟล์ | 954 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 0.19 |
อัปเดตครั้งล่าสุด | 2017-03-14 |
วันที่เผยแพร่ | 2017-03-14 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://saranyamoellers.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://developer.chrome.com/webstore/terms |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit Converter", "icons": { "128": "images\/underline-128.png", "16": "images\/underline-16.png", "48": "images\/underline-48.png" }, "description": "Unit Converter Calculator", "short_name": "Converter", "version": "0.19", "browser_action": { "default_popup": "index.html", "default_icon": "images\/underline-16.png" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |