Keyboard Surfing
Web browsing with keyboard, no need to use a mouse. Smart cursor-based keyboard navigation and control. Go mouseless today!
Keyboard Surfing là gì?
Keyboard Surfing là một tiện ích mở rộng Chrome được phát triển bởi Somnia, và tính năng chính của nó là "Web browsing with keyboard, no need to use a mouse. Smart cursor-based keyboard navigation and control. Go mouseless today!".
Ả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 Keyboard Surfing
Tải xuống các tệp mở rộng Keyboard Surfing 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
Keyboard Surfing provides a keyboard-controlled pointer on web pages, to avoid using a mouse for web browsing. Keyboard shortcuts for navigation are arranged like the common arrow keys. No ads, no spyware. The pointer can be moved to nearby links by pressing the up, down, left and right keys. Keyboard Surfing automatically selects nearby links on the page. Three sets of shortcut keys are provided for navigation and control: the numpad set, the left-hand set and the right-hand set. Additional functions include: smooth scrolling, open links in new tab and in new window, close windows and tabs, go to homepage. *NOTE* Chrome has some alarmist messaging around the permissions that Keyboard Surfing needs to run. Don't be alarmed. Keyboard Surfing needs to inspect every page you visit (to find links), therefore it must be able to read all the pages you visit. Keyboard Surfing needs to inject a few elements into web pages (the javascript code, the cursor, the red box and the help screen). Any other parts of the visited page will remain unmodified. Keyboard Surfing does not log, store, or transmit to anyone any of your data or the data about web pages you visit. Keyboard Surfing does not send any data at all. **********NOTE********** - Press 'Pause' key on keyboard to enable or disable this extension. - This extension is available for Chrome and Firefox browsers. Right-handed keyset: i, k up, down j, l left, right u scroll up m scroll down y scroll up half page b scroll down half page h open a link in the current tab or window n open a link in a new tab or window 0 new browser window p show the help page for a list of all keys space smooth scrolling mode Numpad keyset: 8, 5 up, down 4, 6 left, right 7 scroll up 1 scroll down n.Enter open a link in the current tab or window n.plus open a link in a new tab or window 2 go back in history 3 go forward in history n.multiply new browser window decimal show the help page for a list of all keys 0 smooth scroling mode Only the most common commands are listed. For additional commands, consult the built-in help page. Note: Google does not allow extensions to run on built-in Chrome pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmaflaokeodbfghjjgmakejjjjfhihpi |
URL Chính Thức | https://chromewebstore.google.com/detail/keyboard-surfing/hmaflaokeodbfghjjgmakejjjjfhihpi |
Mô tả | Web browsing with keyboard, no need to use a mouse. Smart cursor-based keyboard navigation and control. Go mouseless today! |
Kích Thước Tệp | 37.7 KB |
Số Lần Cài Đặt | 453 |
Phiên Bản Hiện Tại | 1.3.23 |
Cập Nhật Lần Cuối | 2018-12-17 |
Ngày Phát Hành | 2018-12-17 |
Đánh Giá | 3.92/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | Somnia |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyboard Surfing", "version": "1.3.23", "author": "Somnia", "description": "Web browsing with keyboard, no need to use a mouse. Smart cursor-based keyboard navigation and control. Go mouseless today!", "icons": { "32": "KSicon-20-032-1.png", "48": "KSicon-20-048-1.png", "64": "KSicon-20-064-1.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chromeCsMerged.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "32": "KSicon-20-032-1.png", "48": "KSicon-20-048-1.png", "64": "KSicon-20-064-1.png" }, "default_title": "Keyboard Surfing" }, "options_ui": { "page": "options.html", "chrome_style": true } } |