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