Chromyo

Control your Chrome browser using the Thalmic Myo!

Apa itu Chromyo?

Chromyo adalah ekstensi Chrome yang dikembangkan oleh georgekeee, dan fitur utamanya adalah "Control your Chrome browser using the Thalmic Myo!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Chromyo

Unduh file ekstensi Chromyo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chromyo Chromyo
ID alefbljjbodoogjhejgemcmdhhocdfmd
URL Resmi https://chrome.google.com/webstore/detail/chromyo/alefbljjbodoogjhejgemcmdhhocdfmd
Deskripsi Control your Chrome browser using the Thalmic Myo!
Ukuran File 34.26 KB
Jumlah Instalasi 44
Versi Saat Ini 0.7.3
Terakhir Diperbarui 2014-09-21
Tanggal Publikasi 2014-09-21
Penilaian 2.17/5 Total 6 Penilaian
Pengembang georgekeee
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}