DeadMouse

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

DeadMouse란 무엇입니까?

DeadMouse은(는) https://chetansurpur.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ditch your mouse. Surf the web with just your keyboard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DeadMouse 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}