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.

ما هو Css Playground and Dom Tree؟

Css Playground and Dom Tree هو إضافة Chrome تم تطويرها بواسطة Jody Brabec، والميزة الرئيسية لها هي "For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Css Playground and Dom Tree

قم بتنزيل ملفات الامتداد Css Playground and Dom Tree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Css Playground and Dom Tree Css Playground and Dom Tree
ID fbdbnlmganadmogpnpceofkilanfolni
عنوان URL الرسمي https://chromewebstore.google.com/detail/css-playground-and-dom-tr/fbdbnlmganadmogpnpceofkilanfolni
الوصف For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.
حجم الملف 179 KB
عدد التثبيتات 1,339
النسخة الحالية 6.1.3
آخر تحديث 2022-01-13
تاريخ النشر 2020-04-21
تقييم 4.00/5 مجموع تقييمات 2
المطور Jody Brabec
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://youtu.be/t9S5KaNr6Go
اللغات المدعومة 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"
    ]
}