Myo Internet Browsing

Myo Chrome Extension for hands free browsing!

什麼是Myo Internet Browsing?

Myo Internet Browsing是由Jack Forbes開發的Chrome擴展程式,該擴展的主要功能是“Myo Chrome Extension for hands free browsing!”。

擴展截圖

screenshot

下載Myo Internet Browsing擴展crx文件

下載Myo Internet Browsing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome extension for hands free internet browsing with Myo!

Dependencies: Reddit Enhancement Suite and Hacker News Enhancement Suite

Myo is an armband that detects your hand gestures, created by Thalmic Labs. https://www.thalmic.com/en/myo/

This extension allows for tabbing through content on the supported sites as well as opening a navigation menu to easily go to those sites. When used with the Myo, the same navigation can be done with hand gestures!

The Myo script can be found here: https://github.com/JackForbes/Greeze

Shortcuts:
Ctrl-m: Open the navigation menu (doesn't work on all sites)
Escape: Close the navigation menu
Tab: While the menu is open, cycle through the sites
j and k: On the supported sites cycle through posts
L:
 - Reddit: Open comments and link in new tabs
 - Hacker News: Open link in new tab
 - Facebook: "like" a post
 - Google Plus: No action
 - Twitter: No action
 - Tweetdeck: Move over columns
 - 9gag: "like" a post                    

擴展基本資訊

名稱 Myo Internet Browsing Myo Internet Browsing
ID jppipfjlphmfmcdckheaflljahlddone
官方網址 https://chromewebstore.google.com/detail/myo-internet-browsing/jppipfjlphmfmcdckheaflljahlddone
簡介 Myo Chrome Extension for hands free browsing!
檔案大小 170 KB
安裝次數 57
目前版本 1.0
更新時間 2014-09-23
上架時間 2014-09-22
評分 3.67/5 共 3 次評分
開發者 Jack Forbes
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Myo Internet Browsing",
    "description": "Myo Chrome Extension for hands free browsing!",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "myo.page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/reddit.png",
        "img\/ycombinator.png",
        "img\/facebook.png",
        "img\/googleplus.png",
        "img\/twitter.png",
        "img\/tweetdeck.png",
        "img\/9gag.png"
    ]
}