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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
| 官方網址 | 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",
" | |