Gyrocopter

Gyroscope Simulator.

Cos'è Gyrocopter?

Gyrocopter è un'estensione di Chrome sviluppata da http://janantala.com, e la sua funzione principale è "Gyroscope Simulator.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gyrocopter

Scarica i file di estensione Gyrocopter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Do you develop for mobile? Than you need a proper gyroscope emulator.

This emulator allows you to dynamically change rotation of a mobile device and also sends deviceorientation events to your web app.

NEW in v0.3.0: 
Chrome Developer Tools integration

For more details check out
https://github.com/janantala/Gyrocopter                    

Informazioni di Base sull'Estensione

Nome Gyrocopter Gyrocopter
ID oooalfgemajfclliinfcdkifafmcfjop
URL Ufficiale https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop
Descrizione Gyroscope Simulator.
Dimensione del File 438 KB
Conteggio Installazioni 153
Versione Corrente 0.3.0
Ultimo Aggiornamento 2013-12-03
Data di Pubblicazione 2013-12-03
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore http://janantala.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/janantala/Gyrocopter
URL della Pagina di Aiuto https://github.com/janantala/Gyrocopter
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gyrocopter",
    "description": "Gyroscope Simulator.",
    "version": "0.3.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ]
}