Liner. The Real Ruler

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

O que é Liner. The Real Ruler?

Liner. The Real Ruler é uma extensão do Chrome desenvolvida por isdenya, e sua principal característica é "Simple and convenient rulers for web developers. They help to create a perfect pixel web application.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Liner. The Real Ruler

Baixe arquivos de extensão Liner. The Real Ruler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

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

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

Informações Básicas da Extensão

Nome Liner. The Real Ruler Liner. The Real Ruler
ID amciopbgphikbcmaffbmmibnbpiokfic
URL Oficial https://chromewebstore.google.com/detail/liner-the-real-ruler/amciopbgphikbcmaffbmmibnbpiokfic
Descrição Simple and convenient rulers for web developers. They help to create a perfect pixel web application.
Tamanho do Arquivo 54.28 KB
Contagem de Instalações 10,000
Versão Atual 3.0.0
Última Atualização 2023-01-20
Data de Publicação 2018-05-09
Classificação 3.01/5 Total de 70 Avaliações
Desenvolvedor isdenya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}