Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Measure-itคืออะไร?
Measure-it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trishul.goel และคุณลักษณะหลักของมันคือ "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Measure-it
ดาวน์โหลดไฟล์ส่วนขยาย Measure-it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Customize the overlay and selector from extension options. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jocbgkoackihphodedlefohapackjmna |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
| คำอธิบาย | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
| ขนาดไฟล์ | 19.9 KB |
| จำนวนการติดตั้ง | 74,144 |
| เวอร์ชันปัจจุบัน | 2.1.0 |
| อัปเดตครั้งล่าสุด | 2018-12-23 |
| วันที่เผยแพร่ | 2018-12-23 |
| คะแนน | 3.86/5 รวมทั้งหมด 36 คะแนน |
| ผู้พัฒนา | trishul.goel |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/tsl143/measure-it |
| URL หน้าช่วยเหลือ | https://github.com/tsl143/measure-it/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Measure-it",
"description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
"version": "2.1.0",
"icons": {
"32": "icons\/icon_32.png",
"64": "icons\/icon_64.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_icon": "icons\/icon_32.png",
"default_title": "Measure-it"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"activeTab",
"storage"
],
"commands": {
"open-measure-it": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "Open MeasureIt"
}
}
} | |