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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}