Css Playground and Dom Tree

For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.

Co to jest Css Playground and Dom Tree?

Css Playground and Dom Tree to rozszerzenie Chrome opracowane przez Jody Brabec, a jego główną funkcją jest „For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Css Playground and Dom Tree

Pobierz pliki rozszerzeń Css Playground and Dom Tree 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

                        Extends DevTools!  Works on ANY live web page - explore new css styles like you never have before.                    

Podstawowe informacje o rozszerzeniu

Nazwa Css Playground and Dom Tree Css Playground and Dom Tree
ID fbdbnlmganadmogpnpceofkilanfolni
Oficjalny URL https://chromewebstore.google.com/detail/css-playground-and-dom-tr/fbdbnlmganadmogpnpceofkilanfolni
Opis For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.
Rozmiar pliku 179 KB
Liczba instalacji 1,339
Aktualna Wersja 6.1.3
Ostatnia Aktualizacja 2022-01-13
Data Publikacji 2020-04-21
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Jody Brabec
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://youtu.be/t9S5KaNr6Go
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Css Playground and Dom Tree",
    "version": "6.1.3",
    "description": "For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/pine-tree-32.png",
        "default_title": "Css Playground",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icons\/pine-tree-32.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "icons\/*.png",
        "images\/*.gif",
        "images\/*.jpg",
        "images\/*.png"
    ]
}