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とは何ですか?
Quick Focus Search Boxesはhttp://ciznx.comによって開発されたChromeの拡張機能で、その主な機能は「This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.」です。
拡張機能のスクリーンショット
Quick Focus Search Boxes拡張機能のCRXファイルをダウンロード
Quick Focus Search Boxes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
公式URL | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
説明 | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
ファイルサイズ | 51.88 KB |
インストール数 | 34 |
現在のバージョン | 1.1 |
最終更新日 | 2015-03-21 |
公開日 | 2015-03-21 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | http://ciznx.com |
支払い方法 | free |
対応言語 | 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" } ] } |