Semantic HTML Viewer
Chrome extension to reveal the usage of semantic HTML tags on any website.
Semantic HTML Viewerとは何ですか?
Semantic HTML ViewerはTiago Ferreiraによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to reveal the usage of semantic HTML tags on any website.」です。
拡張機能のスクリーンショット
Semantic HTML Viewer拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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
} | |