Advanced Inputs
Customize and expand your mouse and touchscreen inputs.
Advanced Inputs là gì?
Advanced Inputs là một tiện ích mở rộng Chrome được phát triển bởi Tomáš Jarolím, và tính năng chính của nó là "Customize and expand your mouse and touchscreen inputs.".
Ả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 Advanced Inputs
Tải xuống các tệp mở rộng Advanced Inputs 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
/ mouse Browse the history with double-click. Scroll to the top by click both buttons at the same time. Stop mouse cursor on a text field for focus it. Shake mouse over a text field for erase it. / touch Browse the history with shortcuts. Lock the browser with triple-click. Set your own unlock shortcut. Boost your scrolling speed. Erase a text field by swipe over it. Open link in new tab by swipe over it. ==================================== https://addons.mozilla.org/en-US/firefox/addon/advanced-inputs/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Advanced Inputs |
ID | kecoefjmldppdcdlmpbmebkecdjkoanc |
URL Chính Thức | https://chromewebstore.google.com/detail/advanced-inputs/kecoefjmldppdcdlmpbmebkecdjkoanc |
Mô tả | Customize and expand your mouse and touchscreen inputs. |
Kích Thước Tệp | 17.58 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-01-13 |
Ngày Phát Hành | 2018-01-12 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tomáš Jarolím |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mXdevs/Advanced-Inputs |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Advanced Inputs", "version": "1.0", "default_locale": "en", "description": "__MSG_extExp__", "icons": { "128": "icon128.png" }, "author": "Tom\u00e1\u0161 Jarol\u00edm", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "sessions", "bookmarks" ], "options_page": "html\/options.html", "options_ui": { "chrome_style": true, "page": "html\/options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "etc\/vars.js", "js\/PlS.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "icon128.png" ] } |