This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
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
Latest reviews
- (2015-02-16) Paul Trott: Super handy extension! It is nice to be able to collaborate with others and know that you are talking about the same html information.
- (2015-02-13) Shaun Kennedy: Helpful utility when communicating with designers on specific html changes.