Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

Что такое Guides?

Guides - это расширение Chrome, разработанное Stefano Vollono, и его основная функция - "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

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

screenshot

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

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

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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

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

Название Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
Официальный URL https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Описание This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Размер файла 14.65 KB
Количество установок 2,014
Текущая Версия 2.1.1
Последнее Обновление 2022-03-22
Дата публикации 2017-06-24
Рейтинг 4.20/5 Всего 10 оценок
Разработчик Stefano Vollono
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/StefanoVollono/guides
URL страницы помощи https://github.com/StefanoVollono/guides/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}