Elements highlighter

Highlights items by css class prefix or attribute name

Elements highlighter là gì?

Elements highlighter là một tiện ích mở rộng Chrome được phát triển bởi Egor Ivanov, và tính năng chính của nó là "Highlights items by css class prefix or attribute name".

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

screenshot

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

Tải xuống các tệp mở rộng Elements highlighter 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

                        Red color for items that have highlighted children. Blue for items without highlighted children.                    

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

Tên Elements highlighter Elements highlighter
ID jkklghcbhnagpddobffcifghgmkmojjf
URL Chính Thức https://chromewebstore.google.com/detail/elements-highlighter/jkklghcbhnagpddobffcifghgmkmojjf
Mô tả Highlights items by css class prefix or attribute name
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.10.0
Cập Nhật Lần Cuối 2020-05-23
Ngày Phát Hành 2020-05-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Egor Ivanov
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": "Elements highlighter",
    "description": "Highlights items by css class prefix or attribute name",
    "version": "1.10.0",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/highlightElements.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "commands": {
        "highlight": {
            "suggested_key": {
                "default": "Ctrl+H",
                "mac": "MacCtrl+H"
            },
            "description": "Highlight elements"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Highlight elements",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}