Remote Preview
Remote Preview allows to preview any URL on large number of mobile devices simultaneously
Remote Preview là gì?
Remote Preview là một tiện ích mở rộng Chrome được phát triển bởi https://viljamis.com, và tính năng chính của nó là "Remote Preview allows to preview any URL on large number of mobile devices simultaneously".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remote Preview
Tải xuống các tệp mở rộng Remote Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remote Preview |
ID | meilakmceeilinkpponceohlnfbhijok |
URL Chính Thức | https://chromewebstore.google.com/detail/remote-preview/meilakmceeilinkpponceohlnfbhijok |
Mô tả | Remote Preview allows to preview any URL on large number of mobile devices simultaneously |
Kích Thước Tệp | 22.26 KB |
Số Lần Cài Đặt | 566 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2013-06-18 |
Ngày Phát Hành | 2013-06-18 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://viljamis.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://viljamis.com/blog/2012/remote-preview/ |
URL Trang Trợ Giúp | https://github.com/viljamis/Remote-Preview |
Ngôn Ngữ Được Hỗ Trợ | 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" } |