HybridTV Dev Environment

Polyfill to add basic HbbTV functionality to a browser.

HybridTV Dev Environment란 무엇입니까?

HybridTV Dev Environment은(는) smartclip Europe GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Polyfill to add basic HbbTV functionality to a browser."입니다.

확장 프로그램 스크린샷

screenshot

HybridTV Dev Environment 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 HybridTV Dev Environment HybridTV Dev Environment
ID ljmkgjilkcmdokbgofbmjnkobejhhapc
공식 URL https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc
설명 Polyfill to add basic HbbTV functionality to a browser.
파일 크기 432 KB
설치 횟수 1,041
현재 버전 0.0.4
최근 업데이트 2020-10-04
출시 날짜 2020-01-16
평점 5.00/5 총 1 개의 평점
개발자 smartclip Europe GmbH
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/smartclip/HybridTvViewer
개인정보 보호 정책 페이지 URL https://privacy-portal.smartclip.net
지원되는 언어 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'"
}