SpacingJS

Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.

Co je SpacingJS?

SpacingJS je rozšíření Chrome vyvinuté https://spacingjs.com, a jeho hlavní funkcí je „Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SpacingJS

Stáhněte si soubory rozšíření SpacingJS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SpacingJS SpacingJS
ID fhjegjndanjcamfldhenjnhnjheecgcc
Oficiální URL https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc
Popis Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Velikost souboru 12.37 KB
Počet instalací 1,548
Aktuální Verze 1.0.7
Poslední Aktualizace 2021-11-16
Datum Vydání 2021-11-12
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://spacingjs.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://spacingjs.com
URL Stránky Nápovědy https://spacingjs.com
URL Stránky Zásad Ochrany Soukromí https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a
Podporované Jazyky 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"
    }
}