Gyrocopter

Gyroscope Simulator.

Gyrocopterคืออะไร?

Gyrocopter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://janantala.com และคุณลักษณะหลักของมันคือ "Gyroscope Simulator."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gyrocopter

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}