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 |
官方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" } } |