HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
HybridTV Dev Environmentคืออะไร?
HybridTV Dev Environment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smartclip Europe GmbH และคุณลักษณะหลักของมันคือ "Polyfill to add basic HbbTV functionality to a browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HybridTV Dev Environment
ดาวน์โหลดไฟล์ส่วนขยาย HybridTV Dev Environment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Polyfill to add basic HbbTV functionality to a browser. Uses HTML5 video elements for media playback and dispatches media events onto OIPF objects.
There are quite a few limitations and pitfalls for testing HbbTV-based applications. The ultimate goal of this project is to provide a "perfect" environment to run HbbTV apps in a browser as they would on a real TV set. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
| คำอธิบาย | Polyfill to add basic HbbTV functionality to a browser. |
| ขนาดไฟล์ | 432 KB |
| จำนวนการติดตั้ง | 1,041 |
| เวอร์ชันปัจจุบัน | 0.0.4 |
| อัปเดตครั้งล่าสุด | 2020-10-04 |
| วันที่เผยแพร่ | 2020-01-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | smartclip Europe GmbH |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/smartclip/HybridTvViewer |
| URL หน้านโยบายความเป็นส่วนตัว | https://privacy-portal.smartclip.net |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Polyfill to add basic HbbTV functionality to a browser.",
"version": "0.0.4",
"name": "HybridTV Dev Environment",
"options_page": "options.html",
"background": {
"persistent": true,
"scripts": [
"background.bundle.js"
]
},
"icons": {
"16": "TV_active_16.png",
"48": "TV_active_48.png",
"128": "TV_active_128.png"
},
"browser_action": {
"default_icon": "TV_inactive_128.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"hbbtv_polyfill.js",
"hbb-extension-content-ui.css",
"remote-control.css",
"in-page-extensions.js",
"plugin-extensions.js",
"TiresiasPCfont.ttf"
],
"permissions": [
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking",
" | |