Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Semantic HTML Viewer là gì?
Semantic HTML Viewer là một tiện ích mở rộng Chrome được phát triển bởi Tiago Ferreira, và tính năng chính của nó là "Chrome extension to reveal the usage of semantic HTML tags on any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Semantic HTML Viewer
Tải xuống các tệp mở rộng Semantic HTML Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Reveal the semantic HTML used by any website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glapikbnefnagjolgppjefchjkjffhog |
URL Chính Thức | https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog |
Mô tả | Chrome extension to reveal the usage of semantic HTML tags on any website. |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2019-09-30 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tiago Ferreira |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |