Remote Preview

Remote Preview allows to preview any URL on large number of mobile devices simultaneously

Remote Preview क्या है?

Remote Preview https://viljamis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote Preview allows to preview any URL on large number of mobile devices simultaneously"।

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

screenshot

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

crx प्रारूप में Remote Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Remote Preview is a free open source tool built for open device labs, which allows to preview almost any URL on large number of mobile devices simultaneously.

Just enable the extension, go to a URL, and the URL gets automatically loaded on each device. Supports tab changing too. Works on platforms like Android, Blackberry, iOS, Maemo, Meego, Symbian, Windows Phone and WebOS.

Please note that the Remote Preview extension requires that you have a working Remote Preview script running on a server or a localhost. You can find more information about it here: http://viljamis.com/blog/2012/remote-preview/                    

एक्सटेंशन की मूल जानकारी

नाम Remote Preview Remote Preview
ID meilakmceeilinkpponceohlnfbhijok
आधिकारिक URL https://chromewebstore.google.com/detail/remote-preview/meilakmceeilinkpponceohlnfbhijok
विवरण Remote Preview allows to preview any URL on large number of mobile devices simultaneously
फ़ाइल का आकार 22.26 KB
स्थापना संख्या 566
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2013-06-18
प्रकाशन तिथि 2013-06-18
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर https://viljamis.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://viljamis.com/blog/2012/remote-preview/
सहायता पृष्ठ URL https://github.com/viljamis/Remote-Preview
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote Preview",
    "description": "Remote Preview allows to preview any URL on large number of mobile devices simultaneously",
    "version": "0.1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon-enabled.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "Click to activate"
    },
    "options_page": "options.html"
}