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.

Wat is Css Playground and Dom Tree?

Css Playground and Dom Tree is een Chrome-extensie ontwikkeld door Jody Brabec, en de belangrijkste functie is "For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Css Playground and Dom Tree

Download Css Playground and Dom Tree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Css Playground and Dom Tree Css Playground and Dom Tree
ID fbdbnlmganadmogpnpceofkilanfolni
Officiële URL https://chromewebstore.google.com/detail/css-playground-and-dom-tr/fbdbnlmganadmogpnpceofkilanfolni
Beschrijving For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.
Bestandsgrootte 179 KB
Aantal Installaties 1,339
Huidige Versie 6.1.3
Laatst Bijgewerkt 2022-01-13
Publicatiedatum 2020-04-21
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jody Brabec
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://youtu.be/t9S5KaNr6Go
Ondersteunde Talen 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"
    ]
}