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
官方網址 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"
}