Manifest Viewer
View Dash Manifests and fragments
Manifest Viewerคืออะไร?
Manifest Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexandermfield และคุณลักษณะหลักของมันคือ "View Dash Manifests and fragments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manifest Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Manifest 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 |
อีเมล | [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*" ] } |