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 to jest Add Html Tag ID's?
Add Html Tag ID's to rozszerzenie Chrome opracowane przez bradcandell, a jego główną funkcją jest „This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add Html Tag ID's
Pobierz pliki rozszerzeń Add Html Tag ID's w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bglcipaoeaiiinbgbbicpmnndfloibga |
Oficjalny URL | https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga |
Opis | This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools |
Rozmiar pliku | 17.13 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-02-13 |
Data Publikacji | 2015-02-13 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | bradcandell |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs |
Obsługiwane Języki | 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", " |