HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
HTML5 hintsとは何ですか?
HTML5 hintsはhttp://html5.reportによって開発されたChromeの拡張機能で、その主な機能は「Highlight the HTML5 content sectioning elements and see how any web page is structured.」です。
拡張機能のスクリーンショット
HTML5 hints拡張機能のCRXファイルをダウンロード
HTML5 hints拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See what HTML5 elements have been used to structure a web page.
This extension works nicely in conjunction with the HTML5 document outliner extension:
https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo 拡張機能の基本情報
| 名前 | |
| ID | eohgjgomdbompgkjolmekbbhihpaabln |
| 公式URL | https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln |
| 説明 | Highlight the HTML5 content sectioning elements and see how any web page is structured. |
| ファイルサイズ | 16.71 KB |
| インストール数 | 243 |
| 現在のバージョン | 1.05 |
| 最終更新日 | 2019-07-21 |
| 公開日 | 2019-07-21 |
| 開発者 | http://html5.report |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://the.html5.report |
| プライバシーポリシーページのURL | https://the.html5.report/privacy |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HTML5 hints",
"short_name": "HTML5 hints",
"description": "Highlight the HTML5 content sectioning elements and see how any web page is structured.",
"icons": {
"16": "favicon-16x16.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"version": "1.05",
"author": "The HTML5 Report",
"homepage_url": "https:\/\/the.html5.report",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "HTML5 hints",
"default_icon": "favicon-128x128.png",
"icons": {
"16": "favicon-16x16.png",
"24": "favicon-24x24.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
}
},
"manifest_version": 2
} | |