Guide lines

Easily check the visual alignment of the page elements.

Hvad er Guide lines?

Guide lines er en Chrome-udvidelse udviklet af imagentleman (José Antonio Chio), og dens hovedfunktion er "Easily check the visual alignment of the page elements.".

Udvidelsesskærmbilleder

screenshot

Download Guide lines-udvidelses-CRX-fil

Download Guide lines-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

                        Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. 

Useful to quickly check the alignment of elements in a page.

Icon from https://material.io/tools/icons/                    

Grundlæggende oplysninger om udvidelsen

Navn Guide lines Guide lines
ID ghlopmkdjokkoobjieilmddcnaamboln
Officiel URL https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln
Beskrivelse Easily check the visual alignment of the page elements.
Filstørrelse 9.17 KB
Antal Installationer 999
Nuværende Version 5
Senest Opdateret 2022-04-06
Udgivelsesdato 2018-06-16
Bedømmelse 3.00/5 Samlet 3 Bedømmelser
Udvikler imagentleman (José Antonio Chio)
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guide lines",
    "version": "5",
    "description": "Easily check the visual alignment of the page elements.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "b16.png",
            "24": "b24.png",
            "32": "b32.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "minimum_chrome_version": "88"
}