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
官方網址 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"
            ]
        }
    ]
}