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

What is Add Html Tag ID's?

Add Html Tag ID's is a Chrome extension developed by bradcandell, and its main feature is "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".

Extension Screenshots

screenshot

Download Add Html Tag ID's Extension CRX File

Download Add Html Tag ID's extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Add Html Tag ID's Add Html Tag ID's
ID bglcipaoeaiiinbgbbicpmnndfloibga
Official URL https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga
Description This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
File Size 17.13 KB
Installation Count 22
Current Version 1.0.0
Last Updated 2015-02-13
Publish Date 2015-02-13
Rating 5.00/5 Total 2 Ratings
Developer bradcandell
Payment Type free
Extension Website https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs
Supported Languages 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"
}