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
Vad är Add Html Tag ID's?
Add Html Tag ID's är en Chrome-tillägg utvecklad av bradcandell, och dess huvudfunktion är "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".
Tilläggsskärmbilder
Ladda ner Add Html Tag ID's-förlängningens CRX-fil
Ladda ner Add Html Tag ID's-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | bglcipaoeaiiinbgbbicpmnndfloibga |
Officiell webbadress | https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga |
Beskrivning | This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools |
Filstorlek | 17.13 KB |
Antal Installationer | 22 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-02-13 |
Publiceringsdatum | 2015-02-13 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | bradcandell |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs |
Stödda Språk | 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", " |