Burl Source Inches To Millimeters
This extension would convert inches into millimeters automagically on the http://burlsource.us
Burl Source Inches To Millimetersคืออะไร?
Burl Source Inches To Millimeters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Kudris และคุณลักษณะหลักของมันคือ "This extension would convert inches into millimeters automagically on the http://burlsource.us"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Burl Source Inches To Millimeters
ดาวน์โหลดไฟล์ส่วนขยาย Burl Source Inches To Millimeters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension would convert inches to mm on the http://burlsource.us
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ccdlbpiakpmcmchggegamofhgpbogfmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb |
คำอธิบาย | This extension would convert inches into millimeters automagically on the http://burlsource.us |
ขนาดไฟล์ | 3.98 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2014-04-22 |
วันที่เผยแพร่ | 2014-04-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Anton Kudris |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jodaka/burl-source-inches2mm |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Burl Source Inches To Millimeters", "description": "This extension would convert inches into millimeters automagically on the http:\/\/burlsource.us", "version": "2.2", "permissions": [ "http:\/\/www.burlsource.us\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.burlsource.us\/*" ], "js": [ "convert.js" ] } ] } |