DeadMouse

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

¿Qué es DeadMouse?

DeadMouse es una extensión de Chrome desarrollada por https://chetansurpur.com, y su función principal es "Ditch your mouse. Surf the web with just your keyboard.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión DeadMouse

Descarga archivos de extensión DeadMouse en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre DeadMouse DeadMouse
ID kioijmpindokaaahaeigkkkbogccljhm
URL Oficial https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm
Descripción Ditch your mouse. Surf the web with just your keyboard.
Tamaño del Archivo 248 KB
Cantidad de Instalaciones 4,318
Versión Actual 1.10
Última Actualización 2012-09-29
Fecha de Publicación 2012-09-28
Calificación 4.21/5 Total de 58 Calificaciones
Desarrollador https://chetansurpur.com
Tipo de Pago free
Sitio Web de la Extensión http://chetan51.github.com/deadmouse/
Idiomas Soportados 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
}