Gyrocopter
Gyroscope Simulator.
Wat is Gyrocopter?
Gyrocopter is een Chrome-extensie ontwikkeld door http://janantala.com, en de belangrijkste functie is "Gyroscope Simulator.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gyrocopter
Download Gyrocopter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | oooalfgemajfclliinfcdkifafmcfjop |
Officiële URL | https://chrome.google.com/webstore/detail/gyrocopter/oooalfgemajfclliinfcdkifafmcfjop |
Beschrijving | Gyroscope Simulator. |
Bestandsgrootte | 438 KB |
Aantal Installaties | 153 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2013-12-03 |
Publicatiedatum | 2013-12-03 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://janantala.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/janantala/Gyrocopter |
Help Pagina-URL | https://github.com/janantala/Gyrocopter |
Ondersteunde Talen | 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", " |