Paradigm TV
Sends audio, video and images to your TV.
Paradigm TV란 무엇입니까?
Paradigm TV은(는) https://www.designerscience.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends audio, video and images to your TV."입니다.
확장 프로그램 스크린샷
Paradigm TV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Problem 1: You have a Smart TV but you want to enjoy content on your big screen that's only available on the internet. Problem 2: The user interface on the smart TV lacks the power and agility you get from your laptop and browser. You know what it feels like to view 1080p video and listen to 5.1 surround sound. And no doubt you know the frustration of not being able to get that same experience with those hot videos you find on the internet. A laptop is a great tool for surfing, but when it comes to immersive entertainment, it can't hold a candle to a big screen TV and a fully equipped sound system. With the Paradigm TV extension you CAN use your laptop to surf the internet, find those enticing videos and put them up on your big screen. To start using this extension, first install the "Paradigm TV" app on your Smart TV. Get the Google TV app here: https://play.google.com/apps/publish/Home?dev_acc=01094544024698098839#AppEditorPlace:p=com.designerscience.aaazzzvideotest Launch the app on your TV and follow the instructions for your TV.
확장 프로그램 기본 정보
이름 | Paradigm TV |
ID | lplcjhoenocfehbiocoomcimlbpbglcp |
공식 URL | https://chromewebstore.google.com/detail/paradigm-tv/lplcjhoenocfehbiocoomcimlbpbglcp |
설명 | Sends audio, video and images to your TV. |
파일 크기 | 102 KB |
설치 횟수 | 405 |
현재 버전 | 0.88 |
최근 업데이트 | 2013-02-05 |
출시 날짜 | 2013-02-05 |
평점 | 1.77/5 총 26 개의 평점 |
개발자 | https://www.designerscience.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.designerscience.com/faq.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paradigm TV", "version": "0.88", "description": "Sends audio, video and images to your TV.", "browser_action": { "default_icon": "Paradigm_TV_square_128.png", "default_title": "Paradigm TV", "default_popup": "popup.html" }, "background": { "scripts": [ "popup.js", "getFileInfo.js", "imageinfo.js", "binaryajax.js", "install.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "background", "contextMenus" ], "minimum_chrome_version": "6.0.0.0", "icons": { "128": "Paradigm_TV_square_128.png", "48": "Paradigm_TV_square_48.png", "16": "Paradigm_TV_square_16.png" }, "manifest_version": 2 } |