Remote Preview

Remote Preview allows to preview any URL on large number of mobile devices simultaneously

Vad är Remote Preview?

Remote Preview är en Chrome-tillägg utvecklad av https://viljamis.com, och dess huvudfunktion är "Remote Preview allows to preview any URL on large number of mobile devices simultaneously".

Tilläggsskärmbilder

screenshot

Ladda ner Remote Preview-förlängningens CRX-fil

Ladda ner Remote Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Remote Preview Remote Preview
ID meilakmceeilinkpponceohlnfbhijok
Officiell webbadress https://chromewebstore.google.com/detail/remote-preview/meilakmceeilinkpponceohlnfbhijok
Beskrivning Remote Preview allows to preview any URL on large number of mobile devices simultaneously
Filstorlek 22.26 KB
Antal Installationer 566
Aktuell Version 0.1.3
Senast Uppdaterad 2013-06-18
Publiceringsdatum 2013-06-18
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare https://viljamis.com
Betalningssätt free
Tilläggswebbplats http://viljamis.com/blog/2012/remote-preview/
Hjälpsida URL https://github.com/viljamis/Remote-Preview
Stödda Språk 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"
}