Chromyo

Control your Chrome browser using the Thalmic Myo!

Wat is Chromyo?

Chromyo is een Chrome-extensie ontwikkeld door georgekeee, en de belangrijkste functie is "Control your Chrome browser using the Thalmic Myo!".

Extensie Screenshots

Download het CRX-bestand van de extensie Chromyo

Download Chromyo-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

                        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                    

Basisinformatie over de Extensie

Naam Chromyo Chromyo
ID alefbljjbodoogjhejgemcmdhhocdfmd
Officiële URL https://chrome.google.com/webstore/detail/chromyo/alefbljjbodoogjhejgemcmdhhocdfmd
Beschrijving Control your Chrome browser using the Thalmic Myo!
Bestandsgrootte 34.26 KB
Aantal Installaties 44
Huidige Versie 0.7.3
Laatst Bijgewerkt 2014-09-21
Publicatiedatum 2014-09-21
Beoordeling 2.17/5 Totaal 6 Beoordelingen
Ontwikkelaar georgekeee
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}