SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Wat is SpacingJS?
SpacingJS is een Chrome-extensie ontwikkeld door https://spacingjs.com, en de belangrijkste functie is "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Extensie Screenshots
Download het CRX-bestand van de extensie SpacingJS
Download SpacingJS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fhjegjndanjcamfldhenjnhnjheecgcc |
| Officiële URL | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
| Beschrijving | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
| Bestandsgrootte | 12.37 KB |
| Aantal Installaties | 1,548 |
| Huidige Versie | 1.0.7 |
| Laatst Bijgewerkt | 2021-11-16 |
| Publicatiedatum | 2021-11-12 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://spacingjs.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://spacingjs.com |
| Help Pagina-URL | https://spacingjs.com |
| URL van de Privacybeleid Pagina | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
| Ondersteunde Talen | 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"
}
} | |