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

Co je Add Html Tag ID's?

Add Html Tag ID's je rozšíření Chrome vyvinuté bradcandell, a jeho hlavní funkcí je „This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add Html Tag ID's

Stáhněte si soubory rozšíření Add Html Tag ID's ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Add Html Tag ID's Add Html Tag ID's
ID bglcipaoeaiiinbgbbicpmnndfloibga
Oficiální URL https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga
Popis This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
Velikost souboru 17.13 KB
Počet instalací 22
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-02-13
Datum Vydání 2015-02-13
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář bradcandell
Typ Platby free
Webové stránky Rozšíření https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs
Podporované Jazyky 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"
}