HybridTV Dev Environment

Polyfill to add basic HbbTV functionality to a browser.

Co to jest HybridTV Dev Environment?

HybridTV Dev Environment to rozszerzenie Chrome opracowane przez smartclip Europe GmbH, a jego główną funkcją jest „Polyfill to add basic HbbTV functionality to a browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HybridTV Dev Environment

Pobierz pliki rozszerzeń HybridTV Dev Environment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HybridTV Dev Environment HybridTV Dev Environment
ID ljmkgjilkcmdokbgofbmjnkobejhhapc
Oficjalny URL https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc
Opis Polyfill to add basic HbbTV functionality to a browser.
Rozmiar pliku 432 KB
Liczba instalacji 1,041
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2020-10-04
Data Publikacji 2020-01-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper smartclip Europe GmbH
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/smartclip/HybridTvViewer
Adres URL Strony Polityki Prywatności https://privacy-portal.smartclip.net
Obsługiwane Języki 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'"
}