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.」です。
拡張機能のスクリーンショット
DeadMouse拡張機能のCRXファイルをダウンロード
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 |
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 } |