Inches to CM
Converts length in inches to centimeters
Inches to CMคืออะไร?
Inches to CM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Backbencher.dev และคุณลักษณะหลักของมันคือ "Converts length in inches to centimeters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inches to CM
ดาวน์โหลดไฟล์ส่วนขยาย Inches to CM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An easy way to convert inches to centimeters right from the browser
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inches to CM |
ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
คำอธิบาย | Converts length in inches to centimeters |
ขนาดไฟล์ | 31.14 KB |
จำนวนการติดตั้ง | 184 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-11-01 |
วันที่เผยแพร่ | 2022-10-31 |
ผู้พัฒนา | Backbencher.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://backbencher.dev |
URL หน้านโยบายความเป็นส่วนตัว | https://backbencher.dev/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inches to CM", "description": "Converts length in inches to centimeters", "version": "1.0.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |