Style inspect

Check all unique style been used in this page

ما هو Style inspect؟

Style inspect هو إضافة Chrome تم تطويرها بواسطة liangl1412، والميزة الرئيسية لها هي "Check all unique style been used in this page".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Style inspect

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

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

                        Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click

No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. 

Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border

Ability to bulk update all elements that use the same color real time 

More unique style data available in the console for developer to use                    

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

الاسم Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
الوصف Check all unique style been used in this page
حجم الملف 68.72 KB
عدد التثبيتات 92
النسخة الحالية 1.1
آخر تحديث 2021-01-05
تاريخ النشر 2021-01-05
تقييم 5.00/5 مجموع تقييمات 1
المطور liangl1412
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Style inspect",
    "version": "1.1",
    "author": "Yi Zhou",
    "description": "Check all unique style been used in this page",
    "browser_action": {
        "default_icon": "images\/off.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}