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.」です。
拡張機能のスクリーンショット
HybridTV Dev Environment拡張機能のCRXファイルをダウンロード
HybridTV Dev Environment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |