Add Html Tag ID's

This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools

Add Html Tag ID's là gì?

Add Html Tag ID's là một tiện ích mở rộng Chrome được phát triển bởi bradcandell, và tính năng chính của nó là "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".

Ả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 Add Html Tag ID's

Tải xuống các tệp mở rộng Add Html Tag ID's 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

                        A developer tool created to provide a consistent identifier for HTML tags between the Marketing and IT department.

Instead of receiving an email like this:

"Can you change the link for 'More Information' to point to http://localhost/Test instead of http://localhost/Weirdo"

You can receive something a bit more applicable:

"Can you change A-12 to link to http://localhost/Test"


Both users on the team install this extension and can coordinate HTML changes using a consistent dialect!

Note: Have been using in a smaller organization for about 2 years with good success!

Source Code is available: https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs                    

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

Tên Add Html Tag ID's Add Html Tag ID's
ID bglcipaoeaiiinbgbbicpmnndfloibga
URL Chính Thức https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga
Mô tả This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
Kích Thước Tệp 17.13 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-02-13
Ngày Phát Hành 2015-02-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bradcandell
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add Html Tag ID's",
    "description": "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools",
    "version": "1.0.0",
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "devtools_page": "devtools.html"
}