Quick Focus Search Boxes
This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Co to jest Quick Focus Search Boxes?
Quick Focus Search Boxes to rozszerzenie Chrome opracowane przez http://ciznx.com, a jego główną funkcją jest „This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quick Focus Search Boxes
Pobierz pliki rozszerzeń Quick Focus Search Boxes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gnnipakmeeinoojnajkonpimknojpbhp |
Oficjalny URL | https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp |
Opis | This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages. |
Rozmiar pliku | 51.88 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-03-21 |
Data Publikacji | 2015-03-21 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | http://ciznx.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |