Gyrocopter

Gyroscope Simulator.

Apa itu Gyrocopter?

Gyrocopter adalah ekstensi Chrome yang dikembangkan oleh http://janantala.com, dan fitur utamanya adalah "Gyroscope Simulator.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gyrocopter

Unduh file ekstensi Gyrocopter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gyrocopter Gyrocopter
ID oooalfgemajfclliinfcdkifafmcfjop
URL Resmi https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop
Deskripsi Gyroscope Simulator.
Ukuran File 438 KB
Jumlah Instalasi 153
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2013-12-03
Tanggal Publikasi 2013-12-03
Penilaian 4.00/5 Total 4 Penilaian
Pengembang http://janantala.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/janantala/Gyrocopter
URL Halaman Bantuan https://github.com/janantala/Gyrocopter
Bahasa yang Didukung 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",
        ""
    ]
}