Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

Was ist Guides?

Guides ist eine Chrome-Erweiterung, die von Stefano Vollono entwickelt wurde, und ihr Hauptmerkmal ist "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

Erweiterungsscreenshots

screenshot

Guides-Erweiterungs-CRX-Datei herunterladen

Laden Sie Guides-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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

Grundlegende Informationen zur Erweiterung

Name Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
Offizielle URL https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Beschreibung This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Dateigröße 14.65 KB
Installationsanzahl 2,014
Aktuelle Version 2.1.1
Letztes Update 2022-03-22
Veröffentlichungsdatum 2017-06-24
Bewertung 4.20/5 Insgesamt 10 Bewertungen
Entwickler Stefano Vollono
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/StefanoVollono/guides
Hilfeseite URL https://github.com/StefanoVollono/guides/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}