Gyrocopter

Gyroscope Simulator.

Was ist Gyrocopter?

Gyrocopter ist eine Chrome-Erweiterung, die von http://janantala.com entwickelt wurde, und ihr Hauptmerkmal ist "Gyroscope Simulator.".

Erweiterungsscreenshots

screenshot

Gyrocopter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gyrocopter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gyrocopter Gyrocopter
ID oooalfgemajfclliinfcdkifafmcfjop
Offizielle URL https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop
Beschreibung Gyroscope Simulator.
Dateigröße 438 KB
Installationsanzahl 153
Aktuelle Version 0.3.0
Letztes Update 2013-12-03
Veröffentlichungsdatum 2013-12-03
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler http://janantala.com
Zahlungsart free
Erweiterungswebsite https://github.com/janantala/Gyrocopter
Hilfeseite URL https://github.com/janantala/Gyrocopter
Unterstützte Sprachen 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",
        ""
    ]
}