Inspect CSS

The easiest way to inspect and edit CSS

ما هو Inspect CSS؟

Inspect CSS هو إضافة Chrome تم تطويرها بواسطة kholid060، والميزة الرئيسية لها هي "The easiest way to inspect and edit CSS".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Inspect CSS

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

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

                        Features: 
🔎 Get CSS Properties from any element by selecting it
✏️ Get and edit element attributes
📷 Download website assets
⌨️ Add your custom CSS to the website
🎨 Get the color palette of the website
🧭 DOM Navigation
🎯 Color picker

GitHub:
https://github.com/Kholid060/inspect-css                    

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

الاسم Inspect CSS Inspect CSS
ID fbopfffegfehobgoommphghohinpkego
عنوان URL الرسمي https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego
الوصف The easiest way to inspect and edit CSS
حجم الملف 380 KB
عدد التثبيتات 5,344
النسخة الحالية 1.0.2
آخر تحديث 2024-02-09
تاريخ النشر 2020-09-15
تقييم 4.20/5 مجموع تقييمات 10
المطور kholid060
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Kholid060/inspect-css
عنوان صفحة المساعدة https://github.com/Kholid060/inspect-css/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/woff2\/*.woff2",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}