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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |