BrowSync

Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.

BrowSync란 무엇입니까?

BrowSync은(는) https://browsync.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them."입니다.

확장 프로그램 스크린샷

screenshot

BrowSync 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you ever wish you could browse in your favorite browser on desktop and simultaneously see the same pages on one or multiple devices (iPhone, Android, Windows and their tablet versions).


How it works?
- install this extension and activate it for a selected tab
- install and run BrowSync app on your favorite device
- pair the extension and your devices with a secret phrase
- start browsing on your desktop and watch the same pages on your devices.                    

확장 프로그램 기본 정보

이름 BrowSync BrowSync
ID ignfahfplfpaliolmjieampjiphphkpj
공식 URL https://chromewebstore.google.com/detail/browsync/ignfahfplfpaliolmjieampjiphphkpj
설명 Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.
파일 크기 137 KB
설치 횟수 330
현재 버전 0.0.2
최근 업데이트 2013-09-14
출시 날짜 2013-09-14
평점 3.00/5 총 5 개의 평점
개발자 https://browsync.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://browsync.net/
도움말 페이지 URL https://browsync.uservoice.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowSync",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Synchronised browsing and debugging tool. Preview site on muliple mobile device without touching them.",
    "homepage_url": "https:\/\/robert.sasak.sk",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png",
        "96": "icons\/logo96.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "lib\/firebase.js",
            "src\/options_custom\/lib\/store.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/logo128.png",
        "default_title": "BrowSync"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'"
}