SpacingJS

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

Hvad er SpacingJS?

SpacingJS er en Chrome-udvidelse udviklet af https://spacingjs.com, og dens hovedfunktion er "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SpacingJS-udvidelses-CRX-fil

Download SpacingJS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SpacingJS SpacingJS
ID fhjegjndanjcamfldhenjnhnjheecgcc
Officiel URL https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc
Beskrivelse Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Filstørrelse 12.37 KB
Antal Installationer 1,548
Nuværende Version 1.0.7
Senest Opdateret 2021-11-16
Udgivelsesdato 2021-11-12
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://spacingjs.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://spacingjs.com
Hjælpeside-URL https://spacingjs.com
URL til Fortrolighedspolitik Side https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a
Understøttede Sprog 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"
    }
}