HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

HTML Attribute Value Finder là gì?

HTML Attribute Value Finder là một tiện ích mở rộng Chrome được phát triển bởi Joey Albano, và tính năng chính của nó là "This extension finds the value of an attribute of an HTML element on the page.".

Tải xuống tệp CRX của tiện ích mở rộng HTML Attribute Value Finder

Tải xuống các tệp mở rộng HTML Attribute Value Finder 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

                        Finds the value of HTML attributes on the current page.                    

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

Tên HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
URL Chính Thức https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Mô tả This extension finds the value of an attribute of an HTML element on the page.
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-12-28
Ngày Phát Hành 2017-12-27
Nhà Phát Triển Joey Albano
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",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}