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 |
| 官方網址 | 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
} | |