CSSSteal

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

Co to jest CSSSteal?

CSSSteal to rozszerzenie Chrome opracowane przez Krasimir Tsonev, a jego główną funkcją jest „Given DOM element returns styles applied to it and all its children.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CSSSteal

Pobierz pliki rozszerzeń CSSSteal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSSSteal CSSSteal
ID ellabkgcnhflepncdcnelhgclfkgmanh
Oficjalny URL https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh
Opis Given DOM element returns styles applied to it and all its children.
Rozmiar pliku 557 KB
Liczba instalacji 4,448
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-10-08
Data Publikacji 2015-10-08
Ocena 2.26/5 Łącznie 46 Oceny
Deweloper Krasimir Tsonev
Typ Płatności free
Obsługiwane Języki 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"
}