Quick Focus Search Boxes
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Was ist Quick Focus Search Boxes?
Quick Focus Search Boxes ist eine Chrome-Erweiterung, die von http://ciznx.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".
Erweiterungsscreenshots
Quick Focus Search Boxes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Focus Search Boxes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
Offizielle URL | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
Beschreibung | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
Dateigröße | 51.88 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-03-21 |
Veröffentlichungsdatum | 2015-03-21 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://ciznx.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |