DeadMouse

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

ما هو DeadMouse؟

DeadMouse هو إضافة Chrome تم تطويرها بواسطة https://chetansurpur.com، والميزة الرئيسية لها هي "Ditch your mouse. Surf the web with just your keyboard.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة DeadMouse

قم بتنزيل ملفات الامتداد DeadMouse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}