Liner. The Real Ruler

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

What is Liner. The Real Ruler?

Liner. The Real Ruler is a Chrome extension developed by isdenya, and its main feature is "Simple and convenient rulers for web developers. They help to create a perfect pixel web application.".

Extension Screenshots

screenshot

Download Liner. The Real Ruler Extension CRX File

Download Liner. The Real Ruler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

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

Extension Basic Information

Name Liner. The Real Ruler Liner. The Real Ruler
ID amciopbgphikbcmaffbmmibnbpiokfic
Official URL https://chromewebstore.google.com/detail/liner-the-real-ruler/amciopbgphikbcmaffbmmibnbpiokfic
Description Simple and convenient rulers for web developers. They help to create a perfect pixel web application.
File Size 54.28 KB
Installation Count 10,000
Current Version 3.0.0
Last Updated 2023-01-20
Publish Date 2018-05-09
Rating 3.01/5 Total 70 Ratings
Developer isdenya
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}