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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}