DeadMouse

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

Qu'est-ce que DeadMouse ?

DeadMouse est une extension Chrome développée par https://chetansurpur.com, et sa fonction principale est "Ditch your mouse. Surf the web with just your keyboard.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DeadMouse

Téléchargez les fichiers d'extension DeadMouse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DeadMouse DeadMouse
ID kioijmpindokaaahaeigkkkbogccljhm
URL Officiel https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm
Description Ditch your mouse. Surf the web with just your keyboard.
Taille du Fichier 248 KB
Nombre d'Installations 4,318
Version Actuelle 1.10
Dernière Mise à Jour 2012-09-29
Date de Publication 2012-09-28
Évaluation 4.21/5 Total 58 Évaluations
Développeur https://chetansurpur.com
Type de Paiement free
Site Web de l'Extension http://chetan51.github.com/deadmouse/
Langues Prises en Charge 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
}