Quick Focus Search Boxes
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Vad är Quick Focus Search Boxes?
Quick Focus Search Boxes är en Chrome-tillägg utvecklad av http://ciznx.com, och dess huvudfunktion är "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".
Tilläggsskärmbilder
Ladda ner Quick Focus Search Boxes-förlängningens CRX-fil
Ladda ner Quick Focus Search Boxes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
Officiell webbadress | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
Beskrivning | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
Filstorlek | 51.88 KB |
Antal Installationer | 34 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-03-21 |
Publiceringsdatum | 2015-03-21 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | http://ciznx.com |
Betalningssätt | free |
Stödda Språk | 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" } ] } |