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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}