Manifest Viewer
View Dash Manifests and fragments
Manifest Viewerとは何ですか?
Manifest Viewerはalexandermfieldによって開発されたChromeの拡張機能で、その主な機能は「View Dash Manifests and fragments」です。
拡張機能のスクリーンショット
Manifest Viewer拡張機能のCRXファイルをダウンロード
Manifest Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dash Manifest Viewer. Features include:
- In browser viewing of Dash manifest
- Pretty-printing and easy collapsing of manifest
- Syntax highlighting
- Easy options to download manifest; copy manifest to clipboard; copy manifest URL to clipboard.
- Fragment ISOBMFF box viewer 拡張機能の基本情報
| 名前 | |
| ID | bfhbopefabnolobmeejpjmngbkjoogga |
| 公式URL | https://chromewebstore.google.com/detail/manifest-viewer/bfhbopefabnolobmeejpjmngbkjoogga |
| 説明 | View Dash Manifests and fragments |
| ファイルサイズ | 169 KB |
| インストール数 | 81 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2023-06-20 |
| 公開日 | 2023-06-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | alexandermfield |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Manifest Viewer",
"background": {
"service_worker": "js\/background.js"
},
"description": "View Dash Manifests and fragments",
"version": "0.1.1",
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 3,
"permissions": [
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*.mpd*"
]
} | |