Chromyo

Control your Chrome browser using the Thalmic Myo!

Cos'è Chromyo?

Chromyo è un'estensione di Chrome sviluppata da georgekeee, e la sua funzione principale è "Control your Chrome browser using the Thalmic Myo!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Chromyo

Scarica i file di estensione Chromyo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Welcome to Chromyo! 

This extension works with the Thalmic Myo, allowing you to take control of your browser.

Features:
 - Multiple modes to control various layers of the browser
 - Switching through tabs or windows
 - Creating and closing tabs or windows
 - Auto-locking to prevent accidental gestures

Modes:
 - Locked: Gestures are disabled
 - Tabs: Control tabs in the current window
 - Window: Control all windows in Chrome

Myo Gestures:
 - Wave-In: Switch tabs/window leftwards
 - Wave-Out: Switch tabs/windows rightwards
 - Pinky-To-Thumb: Switch between modes
 - Fist: Close current tab/window
 - Finger Spread: Open new tab/window                    

Informazioni di Base sull'Estensione

Nome Chromyo Chromyo
ID alefbljjbodoogjhejgemcmdhhocdfmd
URL Ufficiale https://chrome.google.com/webstore/detail/chromyo/alefbljjbodoogjhejgemcmdhhocdfmd
Descrizione Control your Chrome browser using the Thalmic Myo!
Dimensione del File 34.26 KB
Conteggio Installazioni 44
Versione Corrente 0.7.3
Ultimo Aggiornamento 2014-09-21
Data di Pubblicazione 2014-09-21
Valutazione 2.17/5 Totale 6 Valutazioni
Sviluppatore georgekeee
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromyo",
    "description": "Control your Chrome browser using the Thalmic Myo!",
    "version": "0.7.3",
    "permissions": [
        "",
        "tabs",
        "topSites",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/locked.png"
    },
    "options_page": "config.html",
    "icons": {
        "48": "img\/logo.png"
    },
    "background": {
        "scripts": [
            "js\/browserModes.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/foreground.js"
            ]
        }
    ]
}