DeadMouse

Ditch your mouse. Surf the web with just your keyboard.

什么是DeadMouse?

DeadMouse是由https://chetansurpur.com开发的Chrome扩展程序,该扩展的主要功能是“Ditch your mouse. Surf the web with just your keyboard.”。

扩展截图

screenshot
screenshot

下载DeadMouse扩展crx文件

下载DeadMouse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Just start typing the text of any of the links on a page to quickly jump to it. And don't touch that mouse!

Try it out now at http://chetan51.github.com/deadmouse/.

Features:

- Follow links just by typing
- Fuzzy-matching on link text
- Command/Ctrl + Enter to open in a new tab
- Tab-cycle through multiple matches

Changes in latest update:

- Added option to blacklist (disable) DeadMouse on certain domains                    

扩展基本信息

名称 DeadMouse DeadMouse
ID kioijmpindokaaahaeigkkkbogccljhm
官方URL https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm
简介 Ditch your mouse. Surf the web with just your keyboard.
文件大小 248 KB
安装次数 4,318
当前版本 1.10
更新时间 2012-09-29
上架时间 2012-09-28
评分 4.21/5 共58次评分
开发者 https://chetansurpur.com
付费类型 free
扩展官网 http://chetan51.github.com/deadmouse/
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeadMouse",
    "version": "1.10",
    "description": "Ditch your mouse. Surf the web with just your keyboard.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/zepto.min.js",
                "build\/string_score.js",
                "build\/hook.js"
            ],
            "css": [
                "style\/main.css"
            ]
        }
    ],
    "options_page": "fancy-settings\/source\/index.html",
    "manifest_version": 2
}