Grid Lines Ruler

Create grids on pages that provide the developers visual hints to help in developing the web app layouts.

Was ist Grid Lines Ruler?

Grid Lines Ruler ist eine Chrome-Erweiterung, die von v & g entwickelt wurde, und ihr Hauptmerkmal ist "Create grids on pages that provide the developers visual hints to help in developing the web app layouts.".

Erweiterungsscreenshots

screenshot
screenshot

Grid Lines Ruler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grid Lines Ruler-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

                        ⬇️Easy to set up ⬇️:

1. Download and add this extension from Google Chrome.
2. Click on the extension to activate its working.
3. Drag from both Vertical ↕️ or Horizontal ↔️ from the main ruler to create grids. ​​#️⃣
4. Click on the intersection of vertical and horizontal grids to go into ruler mode.
5. Press and hold the “SHIFT” button to get a straight line.

✨Features ✨:
1.  🆓 & super Easy to set-up. 🆓
2. Creates vertical and horizontal grids. ​​#️⃣
3. A ruler 📏 to measure distance between your grids too.

📌Pin our extension to create and manage overlays on pages to provide you the visual hints to develop the web app layouts.                    

Grundlegende Informationen zur Erweiterung

Name Grid Lines Ruler Grid Lines Ruler
ID efbjomaifkkegoiioihfcallbkfgibbo
Offizielle URL https://chromewebstore.google.com/detail/grid-lines-ruler/efbjomaifkkegoiioihfcallbkfgibbo
Beschreibung Create grids on pages that provide the developers visual hints to help in developing the web app layouts.
Dateigröße 152 KB
Installationsanzahl 2,000
Aktuelle Version 0.0.0.1
Letztes Update 2022-09-26
Veröffentlichungsdatum 2022-09-26
Bewertung 4.63/5 Insgesamt 24 Bewertungen
Entwickler v & g
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grid Lines Ruler",
    "description": "Create grids on pages that provide the developers visual hints to help in developing the web app layouts.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": [],
        "default_title": "Grid Lines Ruler"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}