HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
Hvad er HybridTV Dev Environment?
HybridTV Dev Environment er en Chrome-udvidelse udviklet af smartclip Europe GmbH, og dens hovedfunktion er "Polyfill to add basic HbbTV functionality to a browser.".
Udvidelsesskærmbilleder
Download HybridTV Dev Environment-udvidelses-CRX-fil
Download HybridTV Dev Environment-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | HybridTV Dev Environment |
ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
Officiel URL | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
Beskrivelse | Polyfill to add basic HbbTV functionality to a browser. |
Filstørrelse | 432 KB |
Antal Installationer | 1,041 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2020-10-04 |
Udgivelsesdato | 2020-01-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | smartclip Europe GmbH |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/smartclip/HybridTvViewer |
URL til Fortrolighedspolitik Side | https://privacy-portal.smartclip.net |
Understøttede Sprog | 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", " |