Liner. The Real Ruler

Simple and convenient rulers for web developers. They help to create a perfect pixel web application.

Cos'è Liner. The Real Ruler?

Liner. The Real Ruler è un'estensione di Chrome sviluppata da isdenya, e la sua funzione principale è "Simple and convenient rulers for web developers. They help to create a perfect pixel web application.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Liner. The Real Ruler

Scarica i file di estensione Liner. The Real Ruler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Обновленная версия.

Направляющие линейки как в фотошопе.

- Разные цвета направляющих.
- Изменение градации через shift и ctrl.
- Удаление всех направляющих через двойной клик по линейке.
- Сохранение состояния после перезагрузки страницы
- Работает на мобильной версии

Добавлено:
- Включение и отключение направляющих по значку расширения.
- Можно задать направляющей начальную точку отсчета.

Примечание. После установки для активации необходимо перезагрузить страницу                    

Informazioni di Base sull'Estensione

Nome Liner. The Real Ruler Liner. The Real Ruler
ID amciopbgphikbcmaffbmmibnbpiokfic
URL Ufficiale https://chromewebstore.google.com/detail/liner-the-real-ruler/amciopbgphikbcmaffbmmibnbpiokfic
Descrizione Simple and convenient rulers for web developers. They help to create a perfect pixel web application.
Dimensione del File 54.28 KB
Conteggio Installazioni 10,000
Versione Corrente 3.0.0
Ultimo Aggiornamento 2023-01-20
Data di Pubblicazione 2018-05-09
Valutazione 3.01/5 Totale 70 Valutazioni
Sviluppatore isdenya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": ".\/worker.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Toggle rulers",
        "default_icon": "images\/19.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}