Quick Focus Search Boxes
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Quick Focus Search Boxes là gì?
Quick Focus Search Boxes là một tiện ích mở rộng Chrome được phát triển bởi http://ciznx.com, và tính năng chính của nó là "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".
Ả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 Quick Focus Search Boxes
Tải xuống các tệp mở rộng Quick Focus Search Boxes 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
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. Currently it supports web, image search pages from google, bing, baidu and yahoo. When you are checking the search results from the search engines, you may want to change your keyword for more results. So to focus to the search box, you may need to find a mouse...scroll top, or several touches on your touch pad. Now, with this extension installed, you can press Alt+S keys to focus the search box.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
URL Chính Thức | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
Mô tả | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
Kích Thước Tệp | 51.88 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-03-21 |
Ngày Phát Hành | 2015-03-21 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://ciznx.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Focus Search Boxes", "description": "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "worker.js" ], "run_at": "document_start" } ] } |