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
Τι είναι το Add Html Tag ID's;
Το Add Html Tag ID's είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bradcandell, και η κύρια λειτουργία του είναι "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add Html Tag ID's
Λήψη αρχείων επέκτασης Add Html Tag ID's σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bglcipaoeaiiinbgbbicpmnndfloibga |
Επίσημο URL | https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga |
Περιγραφή | This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools |
Μέγεθος Αρχείου | 17.13 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2015-02-13 |
Ημερομηνία Δημοσίευσης | 2015-02-13 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | bradcandell |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs |
Υποστηριζόμενες Γλώσσες | 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", " |