HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
HTML5 hintsคืออะไร?
HTML5 hints เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://html5.report และคุณลักษณะหลักของมันคือ "Highlight the HTML5 content sectioning elements and see how any web page is structured."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 hints
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |