DeadMouse

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

O que é DeadMouse?

DeadMouse é uma extensão do Chrome desenvolvida por https://chetansurpur.com, e sua principal característica é "Ditch your mouse. Surf the web with just your keyboard.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DeadMouse

Baixe arquivos de extensão DeadMouse no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DeadMouse DeadMouse
ID kioijmpindokaaahaeigkkkbogccljhm
URL Oficial https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm
Descrição Ditch your mouse. Surf the web with just your keyboard.
Tamanho do Arquivo 248 KB
Contagem de Instalações 4,318
Versão Atual 1.10
Última Atualização 2012-09-29
Data de Publicação 2012-09-28
Classificação 4.21/5 Total de 58 Avaliações
Desenvolvedor https://chetansurpur.com
Tipo de Pagamento free
Site da Extensão http://chetan51.github.com/deadmouse/
Idiomas Suportados 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
}