Remote Preview
Remote Preview allows to preview any URL on large number of mobile devices simultaneously
Apa itu Remote Preview?
Remote Preview adalah ekstensi Chrome yang dikembangkan oleh https://viljamis.com, dan fitur utamanya adalah "Remote Preview allows to preview any URL on large number of mobile devices simultaneously".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remote Preview
Unduh file ekstensi Remote Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Remote Preview |
ID | meilakmceeilinkpponceohlnfbhijok |
URL Resmi | https://chromewebstore.google.com/detail/remote-preview/meilakmceeilinkpponceohlnfbhijok |
Deskripsi | Remote Preview allows to preview any URL on large number of mobile devices simultaneously |
Ukuran File | 22.26 KB |
Jumlah Instalasi | 566 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2013-06-18 |
Tanggal Publikasi | 2013-06-18 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | https://viljamis.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://viljamis.com/blog/2012/remote-preview/ |
URL Halaman Bantuan | https://github.com/viljamis/Remote-Preview |
Bahasa yang Didukung | 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" } |