Rooler

Redline web pages

Что такое Rooler?

Rooler - это расширение Chrome, разработанное http://blois.us, и его основная функция - "Redline web pages".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Rooler

Скачайте файлы расширений Rooler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Rooler is a utility for automatically measuring on-screen graphics.

Not quite like every other measurement utility out there (though there are quite a few)- this one analyzes the graphics and automatically finds the edges. It's essentially an automatic ruler, for the web.

 - Measures the bounds of graphics
 - Measures the distance between graphics
 - Allows ensuring correct positioning of elements, even in deeply nested element hierarchies.

It's quick and easy. Give it a shot.

You can also try Rooler in your browser at http://peteblois.github.io/rooler.js.                    

Основная информация о расширении

Название Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
Официальный URL https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
Описание Redline web pages
Размер файла 37.02 KB
Количество установок 1,000
Текущая Версия 0.0.8
Последнее Обновление 2020-11-23
Дата публикации 2016-02-05
Рейтинг 4.89/5 Всего 18 оценок
Разработчик http://blois.us
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://peteblois.github.io/rooler.js
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "rooler",
        "default_popup": "popup.html"
    }
}