Guide lines

Easily check the visual alignment of the page elements.

Co to jest Guide lines?

Guide lines to rozszerzenie Chrome opracowane przez imagentleman (José Antonio Chio), a jego główną funkcją jest „Easily check the visual alignment of the page elements.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Guide lines

Pobierz pliki rozszerzeń Guide lines w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Guide lines Guide lines
ID ghlopmkdjokkoobjieilmddcnaamboln
Oficjalny URL https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln
Opis Easily check the visual alignment of the page elements.
Rozmiar pliku 9.17 KB
Liczba instalacji 999
Aktualna Wersja 5
Ostatnia Aktualizacja 2022-04-06
Data Publikacji 2018-06-16
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper imagentleman (José Antonio Chio)
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}