Show CSS Outline Style

Show the outline of all the elements that exist on the page.

Что такое Show CSS Outline Style?

Show CSS Outline Style - это расширение Chrome, разработанное https://blog.mitsuruog.info, и его основная функция - "Show the outline of all the elements that exist on the page.".

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

screenshot
screenshot

Скачать файл CRX расширения Show CSS Outline Style

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

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

                        Show the outline of all the elements that exist on the page.                    

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

Название Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
Официальный URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Описание Show the outline of all the elements that exist on the page.
Размер файла 18.41 KB
Количество установок 366
Текущая Версия 0.1.2
Последнее Обновление 2021-11-26
Дата публикации 2020-06-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://blog.mitsuruog.info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mitsuruog/show-css-outline-style
URL страницы помощи https://github.com/mitsuruog/show-css-outline-style/issues
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}