SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Cos'è SpacingJS?
SpacingJS è un'estensione di Chrome sviluppata da https://spacingjs.com, e la sua funzione principale è "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpacingJS
Scarica i file di estensione SpacingJS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
URL Ufficiale | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
Descrizione | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
Dimensione del File | 12.37 KB |
Conteggio Installazioni | 1,548 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2021-11-16 |
Data di Pubblicazione | 2021-11-12 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://spacingjs.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://spacingjs.com |
URL della Pagina di Aiuto | https://spacingjs.com |
URL della Pagina della Politica sulla Privacy | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
Lingue Supportate | 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" } } |