SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
SpacingJS là gì?
SpacingJS là một tiện ích mở rộng Chrome được phát triển bởi https://spacingjs.com, và tính năng chính của nó là "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SpacingJS
Tải xuống các tệp mở rộng SpacingJS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
URL Chính Thức | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
Mô tả | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
Kích Thước Tệp | 12.37 KB |
Số Lần Cài Đặt | 1,548 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2021-11-16 |
Ngày Phát Hành | 2021-11-12 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://spacingjs.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spacingjs.com |
URL Trang Trợ Giúp | https://spacingjs.com |
URL Trang Chính Sách Bảo Mật | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |