Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Semantic HTML Viewerคืออะไร?
Semantic HTML Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tiago Ferreira และคุณลักษณะหลักของมันคือ "Chrome extension to reveal the usage of semantic HTML tags on any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semantic HTML Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Semantic HTML Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reveal the semantic HTML used by any website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | glapikbnefnagjolgppjefchjkjffhog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
คำอธิบาย | Chrome extension to reveal the usage of semantic HTML tags on any website. |
ขนาดไฟล์ | 316 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2019-09-30 |
วันที่เผยแพร่ | 2019-09-30 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Tiago Ferreira |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Semantic HTML Viewer", "version": "0.0.3", "description": "Chrome extension to reveal the usage of semantic HTML tags on any website.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "36": "images\/android-icon-36x36.png", "48": "images\/android-icon-48x48.png", "72": "images\/android-icon-72x72.png", "96": "images\/android-icon-96x96.png", "144": "images\/android-icon-144x144.png", "192": "images\/android-icon-192x192.png" } }, "icons": { "36": "images\/android-icon-36x36.png", "48": "images\/android-icon-48x48.png", "72": "images\/android-icon-72x72.png", "96": "images\/android-icon-96x96.png", "144": "images\/android-icon-144x144.png", "192": "images\/android-icon-192x192.png" }, "manifest_version": 2 } |