Measure Everything
Element distance measurement tool.
Measure Everythingคืออะไร?
Measure Everything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mdevils และคุณลักษณะหลักของมันคือ "Element distance measurement tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Measure Everything
ดาวน์โหลดไฟล์ส่วนขยาย Measure Everything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Measure Everything is a powerful tool for measuring distances between DOM Elements on a webpage. Just click an element and then hover your mouse pointer over another element in order to get instant distance measurements. You need to activate the extension by clicking on its icon before using it or pressing the hotkey Alt+Shift+M. Consider pinning the icon of this extension for easier use. Any feedback and reviews are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Measure Everything |
ID | accaohnljoiaebphephigghihhpeknff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/measure-everything/accaohnljoiaebphephigghihhpeknff |
คำอธิบาย | Element distance measurement tool. |
ขนาดไฟล์ | 52.93 KB |
จำนวนการติดตั้ง | 9,235 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-12-09 |
วันที่เผยแพร่ | 2020-07-12 |
คะแนน | 4.44/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | mdevils |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Measure Everything", "description": "Element distance measurement tool.", "version": "1.1.0", "author": "Marat Dulin", "action": { "default_title": "Measure Everything", "default_icon": { "16": "icon16.png" } }, "background": { "service_worker": "js\/background.js", "type": "module" }, "commands": { "toggle-measure-everything": { "suggested_key": { "default": "Alt+Shift+M", "mac": "Alt+Shift+M" }, "description": "Toggles Measure Everything" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ] } |