Chromyo

Control your Chrome browser using the Thalmic Myo!

Qu'est-ce que Chromyo ?

Chromyo est une extension Chrome développée par georgekeee, et sa fonction principale est "Control your Chrome browser using the Thalmic Myo!".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Chromyo

Téléchargez les fichiers d'extension Chromyo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chromyo Chromyo
ID alefbljjbodoogjhejgemcmdhhocdfmd
URL Officiel https://chrome.google.com/webstore/detail/chromyo/alefbljjbodoogjhejgemcmdhhocdfmd
Description Control your Chrome browser using the Thalmic Myo!
Taille du Fichier 34.26 KB
Nombre d'Installations 44
Version Actuelle 0.7.3
Dernière Mise à Jour 2014-09-21
Date de Publication 2014-09-21
Évaluation 2.17/5 Total 6 Évaluations
Développeur georgekeee
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}