SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
什麼是SpacingJS?
SpacingJS是由https://spacingjs.com開發的Chrome擴展程式,該擴展的主要功能是“Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.”。
擴展截圖
下載SpacingJS擴展crx文件
下載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 |
官方網址 | 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" } } |