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
官方網址 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",
        ""
    ]
}