HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
HybridTV Dev Environment là gì?
HybridTV Dev Environment là một tiện ích mở rộng Chrome được phát triển bởi smartclip Europe GmbH, và tính năng chính của nó là "Polyfill to add basic HbbTV functionality to a browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HybridTV Dev Environment
Tải xuống các tệp mở rộng HybridTV Dev Environment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HybridTV Dev Environment |
ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
URL Chính Thức | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
Mô tả | Polyfill to add basic HbbTV functionality to a browser. |
Kích Thước Tệp | 432 KB |
Số Lần Cài Đặt | 1,041 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-10-04 |
Ngày Phát Hành | 2020-01-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | smartclip Europe GmbH |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/smartclip/HybridTvViewer |
URL Trang Chính Sách Bảo Mật | https://privacy-portal.smartclip.net |
Ngôn Ngữ Được Hỗ Trợ | 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", " |