Style inspect

Check all unique style been used in this page

Style inspect là gì?

Style inspect là một tiện ích mở rộng Chrome được phát triển bởi liangl1412, và tính năng chính của nó là "Check all unique style been used in this page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Style inspect

Tải xuống các tệp mở rộng Style inspect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
URL Chính Thức https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
Mô tả Check all unique style been used in this page
Kích Thước Tệp 68.72 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-01-05
Ngày Phát Hành 2021-01-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển liangl1412
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}