DeadMouse

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

DeadMouse क्या है?

DeadMouse https://chetansurpur.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ditch your mouse. Surf the web with just your keyboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DeadMouse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}