CSS Extractor (Extracts style & media rules)

Select a DOM element and get styles applied to it and all its children.

Co to jest CSS Extractor (Extracts style & media rules)?

CSS Extractor (Extracts style & media rules) to rozszerzenie Chrome opracowane przez https://gadget-vignette.blogspot.com, a jego główną funkcją jest „Select a DOM element and get styles applied to it and all its children.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CSS Extractor (Extracts style & media rules)

Pobierz pliki rozszerzeń CSS Extractor (Extracts style & media rules) 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
ID cigdmgjlopkhnmngkenhglnlhdhgibjj
Oficjalny URL https://chromewebstore.google.com/detail/css-extractor-extracts-st/cigdmgjlopkhnmngkenhglnlhdhgibjj
Opis Select a DOM element and get styles applied to it and all its children.
Rozmiar pliku 18.14 KB
Liczba instalacji 1,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-05-15
Data Publikacji 2016-05-15
Ocena 1.33/5 Łącznie 3 Oceny
Deweloper https://gadget-vignette.blogspot.com
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": "CSS Extractor (Extracts style & media rules)",
    "short_name": "CSS Extractor",
    "description": "Select a DOM element and get styles applied to it and all its children.",
    "version": "1.2",
    "author": "kukkuz team",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/css-beautify.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "file:\/\/*\/*"
    ]
}