DeadMouse
Ditch your mouse. Surf the web with just your keyboard.
DeadMouse là gì?
DeadMouse là một tiện ích mở rộng Chrome được phát triển bởi https://chetansurpur.com, và tính năng chính của nó là "Ditch your mouse. Surf the web with just your keyboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DeadMouse
Tải xuống các tệp mở rộng DeadMouse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DeadMouse |
ID | kioijmpindokaaahaeigkkkbogccljhm |
URL Chính Thức | https://chromewebstore.google.com/detail/deadmouse/kioijmpindokaaahaeigkkkbogccljhm |
Mô tả | Ditch your mouse. Surf the web with just your keyboard. |
Kích Thước Tệp | 248 KB |
Số Lần Cài Đặt | 4,318 |
Phiên Bản Hiện Tại | 1.10 |
Cập Nhật Lần Cuối | 2012-09-29 |
Ngày Phát Hành | 2012-09-28 |
Đánh Giá | 4.21/5 Tổng số 58 Đánh Giá |
Nhà Phát Triển | https://chetansurpur.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://chetan51.github.com/deadmouse/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |