Measuremate
The ultimate measuring tool for the web
Measuremateคืออะไร?
Measuremate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://measuremate.xyz และคุณลักษณะหลักของมันคือ "The ultimate measuring tool for the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Measuremate
ดาวน์โหลดไฟล์ส่วนขยาย Measuremate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MeasureMate the ultimate tool for measuring distances between elements on webpages. It lets you just select the element and then check all the distances to any other element. You can select the whole element or only the content box. Unlike some other extensions, it will not interfere with any webpage you visit unless you click the MeasureMate icon. Once installed: Click the icon to activate. Mouse over a document, select the anchor element and move the cursor to any other element. It's only the beginning. In the future, there would be more lot of helpful stuff. Please leave feedback or send me suggestions at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Measuremate |
ID | fcbffocoaopnenhgbchlchgndohggdei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/measuremate/fcbffocoaopnenhgbchlchgndohggdei |
คำอธิบาย | The ultimate measuring tool for the web |
ขนาดไฟล์ | 797 KB |
จำนวนการติดตั้ง | 27,172 |
เวอร์ชันปัจจุบัน | 2.4.0.0 |
อัปเดตครั้งล่าสุด | 2022-04-13 |
วันที่เผยแพร่ | 2019-09-27 |
คะแนน | 4.64/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | https://measuremate.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://measuremate.xyz/ |
URL หน้านโยบายความเป็นส่วนตัว | https://measuremate.xyz/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4.0.0", "manifest_version": 3, "name": "Measuremate", "description": "The ultimate measuring tool for the web", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "Command+Shift+M" } } }, "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "browser_action": { "default_title": "Measuremate", "default_icon": "icon\/icon128.png" } } } |