Guides

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

Co to jest Guides?

Guides to rozszerzenie Chrome opracowane przez Stefano Vollono, a jego główną funkcją jest „This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Guides

Pobierz pliki rozszerzeń Guides 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
Oficjalny URL https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Opis This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Rozmiar pliku 14.65 KB
Liczba instalacji 2,014
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2022-03-22
Data Publikacji 2017-06-24
Ocena 4.20/5 Łącznie 10 Oceny
Deweloper Stefano Vollono
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/StefanoVollono/guides
Adres URL Strony Pomocy https://github.com/StefanoVollono/guides/issues
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}