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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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",
" | |