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 |
官方網址 | 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", " |