CSSSteal

Given DOM element returns styles applied to it and all its children.

Что такое CSSSteal?

CSSSteal - это расширение Chrome, разработанное Krasimir Tsonev, и его основная функция - "Given DOM element returns styles applied to it and all its children.".

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

screenshot

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

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

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

                        Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.                    

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

Название CSSSteal CSSSteal
ID ellabkgcnhflepncdcnelhgclfkgmanh
Официальный URL https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh
Описание Given DOM element returns styles applied to it and all its children.
Размер файла 557 KB
Количество установок 4,448
Текущая Версия 1.0.2
Последнее Обновление 2015-10-08
Дата публикации 2015-10-08
Рейтинг 2.26/5 Всего 46 оценок
Разработчик Krasimir Tsonev
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSSSteal",
    "description": "Given DOM element returns styles applied to it and all its children.",
    "version": "1.0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html"
}