Paradigm TV

Sends audio, video and images to your TV.

Paradigm TV क्या है?

Paradigm TV https://www.designerscience.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends audio, video and images to your TV."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paradigm TV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}