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

Wat is Add Html Tag ID's?

Add Html Tag ID's is een Chrome-extensie ontwikkeld door bradcandell, en de belangrijkste functie is "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Html Tag ID's

Download Add Html Tag ID's-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Add Html Tag ID's Add Html Tag ID's
ID bglcipaoeaiiinbgbbicpmnndfloibga
Officiële URL https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga
Beschrijving This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
Bestandsgrootte 17.13 KB
Aantal Installaties 22
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-02-13
Publicatiedatum 2015-02-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bradcandell
Betalingswijze free
Extensiewebsite https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs
Ondersteunde Talen 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"
}