Style inspect

Check all unique style been used in this page

Что такое Style inspect?

Style inspect - это расширение Chrome, разработанное liangl1412, и его основная функция - "Check all unique style been used in this page".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click

No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. 

Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border

Ability to bulk update all elements that use the same color real time 

More unique style data available in the console for developer to use                    

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

Название Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
Официальный URL https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
Описание Check all unique style been used in this page
Размер файла 68.72 KB
Количество установок 92
Текущая Версия 1.1
Последнее Обновление 2021-01-05
Дата публикации 2021-01-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик liangl1412
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Style inspect",
    "version": "1.1",
    "author": "Yi Zhou",
    "description": "Check all unique style been used in this page",
    "browser_action": {
        "default_icon": "images\/off.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}