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.
扩展基本信息
名称 | 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", " |