Grid Lines Ruler

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

Τι είναι το Grid Lines Ruler;

Το Grid Lines Ruler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον v & g, και η κύρια λειτουργία του είναι "Create grids on pages that provide the developers visual hints to help in developing the web app layouts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grid Lines Ruler

Λήψη αρχείων επέκτασης Grid Lines Ruler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⬇️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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grid Lines Ruler Grid Lines Ruler
ID efbjomaifkkegoiioihfcallbkfgibbo
Επίσημο URL https://chromewebstore.google.com/detail/grid-lines-ruler/efbjomaifkkegoiioihfcallbkfgibbo
Περιγραφή Create grids on pages that provide the developers visual hints to help in developing the web app layouts.
Μέγεθος Αρχείου 152 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2022-09-26
Ημερομηνία Δημοσίευσης 2022-09-26
Αξιολόγηση 4.63/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής v & g
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}