Gyrocopter

Gyroscope Simulator.

What is Gyrocopter?

Gyrocopter is a Chrome extension developed by http://janantala.com, and its main feature is "Gyroscope Simulator.".

Extension Screenshots

screenshot

Download Gyrocopter Extension CRX File

Download Gyrocopter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gyrocopter Gyrocopter
ID oooalfgemajfclliinfcdkifafmcfjop
Official URL https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop
Description Gyroscope Simulator.
File Size 438 KB
Installation Count 153
Current Version 0.3.0
Last Updated 2013-12-03
Publish Date 2013-12-03
Rating 4.00/5 Total 4 Ratings
Developer http://janantala.com
Payment Type free
Extension Website https://github.com/janantala/Gyrocopter
Help Page URL https://github.com/janantala/Gyrocopter
Supported Languages 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",
        ""
    ]
}