DeadMouse

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

Cos'è DeadMouse?

DeadMouse è un'estensione di Chrome sviluppata da https://chetansurpur.com, e la sua funzione principale è "Ditch your mouse. Surf the web with just your keyboard.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DeadMouse

Scarica i file di estensione DeadMouse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DeadMouse DeadMouse
ID kioijmpindokaaahaeigkkkbogccljhm
URL Ufficiale https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm
Descrizione Ditch your mouse. Surf the web with just your keyboard.
Dimensione del File 248 KB
Conteggio Installazioni 4,318
Versione Corrente 1.10
Ultimo Aggiornamento 2012-09-29
Data di Pubblicazione 2012-09-28
Valutazione 4.21/5 Totale 58 Valutazioni
Sviluppatore https://chetansurpur.com
Tipo di Pagamento free
Sito Web dell'Estensione http://chetan51.github.com/deadmouse/
Lingue Supportate 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
}