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 |
公式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", " |