HybridTV Dev Environment
Polyfill to add basic HbbTV functionality to a browser.
O que é HybridTV Dev Environment?
HybridTV Dev Environment é uma extensão do Chrome desenvolvida por smartclip Europe GmbH, e sua principal característica é "Polyfill to add basic HbbTV functionality to a browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HybridTV Dev Environment
Baixe arquivos de extensão HybridTV Dev Environment no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | HybridTV Dev Environment |
ID | ljmkgjilkcmdokbgofbmjnkobejhhapc |
URL Oficial | https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc |
Descrição | Polyfill to add basic HbbTV functionality to a browser. |
Tamanho do Arquivo | 432 KB |
Contagem de Instalações | 1,041 |
Versão Atual | 0.0.4 |
Última Atualização | 2020-10-04 |
Data de Publicação | 2020-01-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | smartclip Europe GmbH |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/smartclip/HybridTvViewer |
URL da Página de Política de Privacidade | https://privacy-portal.smartclip.net |
Idiomas Suportados | 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", " |