SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Was ist SpacingJS?
SpacingJS ist eine Chrome-Erweiterung, die von https://spacingjs.com entwickelt wurde, und ihr Hauptmerkmal ist "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Erweiterungsscreenshots
SpacingJS-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpacingJS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fhjegjndanjcamfldhenjnhnjheecgcc |
| Offizielle URL | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
| Beschreibung | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
| Dateigröße | 12.37 KB |
| Installationsanzahl | 1,548 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2021-11-16 |
| Veröffentlichungsdatum | 2021-11-12 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | https://spacingjs.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://spacingjs.com |
| Hilfeseite URL | https://spacingjs.com |
| URL der Datenschutzrichtlinien-Seite | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
| Unterstützte Sprachen | 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"
}
} | |