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文件

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

扩展使用说明

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