SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Co to jest SpacingJS?
SpacingJS to rozszerzenie Chrome opracowane przez https://spacingjs.com, a jego główną funkcją jest „Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SpacingJS
Pobierz pliki rozszerzeń SpacingJS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fhjegjndanjcamfldhenjnhnjheecgcc |
| Oficjalny URL | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
| Opis | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
| Rozmiar pliku | 12.37 KB |
| Liczba instalacji | 1,548 |
| Aktualna Wersja | 1.0.7 |
| Ostatnia Aktualizacja | 2021-11-16 |
| Data Publikacji | 2021-11-12 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | https://spacingjs.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://spacingjs.com |
| Adres URL Strony Pomocy | https://spacingjs.com |
| Adres URL Strony Polityki Prywatności | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
| Obsługiwane Języki | 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"
}
} | |