SnapGuide

Chrome extension for measuring elements on page

Co je SnapGuide?

SnapGuide je rozšíření Chrome vyvinuté Alex, a jeho hlavní funkcí je „Chrome extension for measuring elements on page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření SnapGuide 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í

                        SnapGuide is a tool that brings Photoshop-like guides to web. It lets you put down guides that snap intelligently to the page content. It snaps to borders and padding, and will even snap to the baseline of text. There is on-screen help with a list of shortcuts.

Unlike some extensions it will not interfere with any webpage you visit unless you click the SnapGuide icon.

Once installed: Click icon or Alt+Shift+S to activate. Read help, or press Space to dismiss it. Mouse over document, observe that rules snap to useful positions (including baselines!), and use keys as follows:

V – add vertical guide
H – add horizontal guide
Q – remove all guides
←, ↑, →, ↓ – move cursor 1px (+ Shift for x10)
Space – toggle help

Alt+Shift+S - launch SnapGuide

Please leave feedback or send me suggestions at [email protected]                    

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

Název SnapGuide SnapGuide
ID cpmeolfjcjhjgkimkdcgcddndmjndomh
Oficiální URL https://chromewebstore.google.com/detail/snapguide/cpmeolfjcjhjgkimkdcgcddndmjndomh
Popis Chrome extension for measuring elements on page
Velikost souboru 194 KB
Počet instalací 1,766
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-02-08
Datum Vydání 2020-05-20
Hodnocení 4.29/5 Celkem 14 Hodnocení
Vývojář Alex
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://measuremate.xyz/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapGuide",
    "description": "Chrome extension for measuring elements on page",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_action": {
            "default_title": "SnapGuide",
            "default_icon": "icon\/icon16.png"
        }
    },
    "commands": {
        "toggle-snap-guide": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z"
            },
            "description": "Toggles SnapGuide"
        }
    },
    "manifest_version": 2
}