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 bradcandell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add Html Tag ID's एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |