HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
¿Qué es HybridTV Dev Environment?
HybridTV Dev Environment es una extensión de Chrome desarrollada por smartclip Europe GmbH, y su función principal es "Polyfill to add basic HbbTV functionality to a browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HybridTV Dev Environment
Descarga archivos de extensión HybridTV Dev Environment en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | HybridTV Dev Environment |
ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
URL Oficial | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
Descripción | Polyfill to add basic HbbTV functionality to a browser. |
Tamaño del Archivo | 432 KB |
Cantidad de Instalaciones | 1,041 |
Versión Actual | 0.0.4 |
Última Actualización | 2020-10-04 |
Fecha de Publicación | 2020-01-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | smartclip Europe GmbH |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/smartclip/HybridTvViewer |
URL de la Página de Política de Privacidad | https://privacy-portal.smartclip.net |
Idiomas Soportados | 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", " |