Simple Ruler

Measure it!

Что такое Simple Ruler?

Simple Ruler - это расширение Chrome, разработанное punxnot, и его основная функция - "Measure it!".

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

screenshot
screenshot
screenshot

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

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

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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

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

Название Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
Официальный URL https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Описание Measure it!
Размер файла 26.08 KB
Количество установок 12,626
Текущая Версия 0.0.2
Последнее Обновление 2021-12-29
Дата публикации 2018-12-26
Рейтинг 3.13/5 Всего 16 оценок
Разработчик punxnot
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}