Gyrocopter

Gyroscope Simulator.

什么是Gyrocopter?

Gyrocopter是由http://janantala.com开发的Chrome扩展程序,该扩展的主要功能是“Gyroscope Simulator.”。

扩展截图

screenshot

下载Gyrocopter扩展crx文件

下载Gyrocopter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Gyrocopter Gyrocopter
ID oooalfgemajfclliinfcdkifafmcfjop
官方URL https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop
简介 Gyroscope Simulator.
文件大小 438 KB
安装次数 153
当前版本 0.3.0
更新时间 2013-12-03
上架时间 2013-12-03
评分 4.00/5 共4次评分
开发者 http://janantala.com
付费类型 free
扩展官网 https://github.com/janantala/Gyrocopter
帮助页面URL https://github.com/janantala/Gyrocopter
支持的语言 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",
        ""
    ]
}