HybridTV Dev Environment

Polyfill to add basic HbbTV functionality to a browser.

Was ist HybridTV Dev Environment?

HybridTV Dev Environment ist eine Chrome-Erweiterung, die von smartclip Europe GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Polyfill to add basic HbbTV functionality to a browser.".

Erweiterungsscreenshots

screenshot

HybridTV Dev Environment-Erweiterungs-CRX-Datei herunterladen

Laden Sie HybridTV Dev Environment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HybridTV Dev Environment HybridTV Dev Environment
ID ljmkgjilkcmdokbgofbmjnkobejhhapc
Offizielle URL https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc
Beschreibung Polyfill to add basic HbbTV functionality to a browser.
Dateigröße 432 KB
Installationsanzahl 1,041
Aktuelle Version 0.0.4
Letztes Update 2020-10-04
Veröffentlichungsdatum 2020-01-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler smartclip Europe GmbH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/smartclip/HybridTvViewer
URL der Datenschutzrichtlinien-Seite https://privacy-portal.smartclip.net
Unterstützte Sprachen 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",
        ""
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}