HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
Qu'est-ce que HybridTV Dev Environment ?
HybridTV Dev Environment est une extension Chrome développée par smartclip Europe GmbH, et sa fonction principale est "Polyfill to add basic HbbTV functionality to a browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HybridTV Dev Environment
Téléchargez les fichiers d'extension HybridTV Dev Environment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HybridTV Dev Environment |
ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
URL Officiel | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
Description | Polyfill to add basic HbbTV functionality to a browser. |
Taille du Fichier | 432 KB |
Nombre d'Installations | 1,041 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2020-10-04 |
Date de Publication | 2020-01-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | smartclip Europe GmbH |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/smartclip/HybridTvViewer |
URL de la Page de Politique de Confidentialité | https://privacy-portal.smartclip.net |
Langues Prises en Charge | 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", " |