SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Vad är SpacingJS?
SpacingJS är en Chrome-tillägg utvecklad av https://spacingjs.com, och dess huvudfunktion är "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Tilläggsskärmbilder
Ladda ner SpacingJS-förlängningens CRX-fil
Ladda ner SpacingJS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
Officiell webbadress | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
Beskrivning | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
Filstorlek | 12.37 KB |
Antal Installationer | 1,548 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2021-11-16 |
Publiceringsdatum | 2021-11-12 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://spacingjs.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spacingjs.com |
Hjälpsida URL | https://spacingjs.com |
URL till Sekretesspolicy Sidan | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
Stödda Språk | 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" } } |