HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
Wat is HybridTV Dev Environment?
HybridTV Dev Environment is een Chrome-extensie ontwikkeld door smartclip Europe GmbH, en de belangrijkste functie is "Polyfill to add basic HbbTV functionality to a browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie HybridTV Dev Environment
Download HybridTV Dev Environment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
| Officiële URL | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
| Beschrijving | Polyfill to add basic HbbTV functionality to a browser. |
| Bestandsgrootte | 432 KB |
| Aantal Installaties | 1,041 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2020-10-04 |
| Publicatiedatum | 2020-01-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | smartclip Europe GmbH |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/smartclip/HybridTvViewer |
| URL van de Privacybeleid Pagina | https://privacy-portal.smartclip.net |
| Ondersteunde Talen | 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",
" | |