Chromyo

Control your Chrome browser using the Thalmic Myo!

Chromyoとは何ですか?

Chromyoはgeorgekeeeによって開発されたChromeの拡張機能で、その主な機能は「Control your Chrome browser using the Thalmic Myo!」です。

拡張機能のスクリーンショット

Chromyo拡張機能のCRXファイルをダウンロード

Chromyo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Chromyo Chromyo
ID alefbljjbodoogjhejgemcmdhhocdfmd
公式URL https://chrome.google.com/webstore/detail/chromyo/alefbljjbodoogjhejgemcmdhhocdfmd
説明 Control your Chrome browser using the Thalmic Myo!
ファイルサイズ 34.26 KB
インストール数 44
現在のバージョン 0.7.3
最終更新日 2014-09-21
公開日 2014-09-21
評価 2.17/5 合計 6 レビュー
開発者 georgekeee
支払い方法 free
対応言語 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"
            ]
        }
    ]
}