SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
SpacingJSคืออะไร?
SpacingJS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spacingjs.com และคุณลักษณะหลักของมันคือ "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpacingJS
ดาวน์โหลดไฟล์ส่วนขยาย SpacingJS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Measure the spacing between elements on webpage. How to use: 1. Move the mouse cursor to one element and hold down Alt (Windows) / Option (Mac) key. 2. Move the mouse cursor to another element. What's new: === 1.0.7 === - Hold down with the Shift key will delay the dismiss of measurement results, so that we can take screenshots easier.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
คำอธิบาย | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
ขนาดไฟล์ | 12.37 KB |
จำนวนการติดตั้ง | 1,548 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2021-11-16 |
วันที่เผยแพร่ | 2021-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://spacingjs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://spacingjs.com |
URL หน้าช่วยเหลือ | https://spacingjs.com |
URL หน้านโยบายความเป็นส่วนตัว | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SpacingJS", "version": "1.0.7", "action": [], "description": "Measure the spacing between elements on webpage. Hold down Alt (Windows) \/ Option (Mac) key, and move the cursor.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Steven Lei", "homepage_url": "https:\/\/spacingjs.com", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |