SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
What is SpacingJS?
SpacingJS is a Chrome extension developed by https://spacingjs.com, and its main feature is "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Extension Screenshots
Download SpacingJS Extension CRX File
Download SpacingJS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
Official URL | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
Description | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
File Size | 12.37 KB |
Installation Count | 1,548 |
Current Version | 1.0.7 |
Last Updated | 2021-11-16 |
Publish Date | 2021-11-12 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://spacingjs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://spacingjs.com |
Help Page URL | https://spacingjs.com |
Privacy Policy Page URL | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
Supported Languages | 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" } } |