Remote Preview

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

什么是Remote Preview?

Remote Preview是由https://viljamis.com开发的Chrome扩展程序,该扩展的主要功能是“Remote Preview allows to preview any URL on large number of mobile devices simultaneously”。

扩展截图

screenshot

下载Remote Preview扩展crx文件

下载Remote Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}