Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Co to jest Google Search Result Hotkeys?
Google Search Result Hotkeys to rozszerzenie Chrome opracowane przez Ian Wehrman, a jego główną funkcją jest „Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Search Result Hotkeys
Pobierz pliki rozszerzeń Google Search Result Hotkeys 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
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Opis | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| Rozmiar pliku | 4.77 KB |
| Liczba instalacji | 67 |
| Aktualna Wersja | 0.0.9 |
| Ostatnia Aktualizacja | 2020-11-08 |
| Data Publikacji | 2018-10-11 |
| Ocena | 2.33/5 Łącznie 3 Oceny |
| Deweloper | Ian Wehrman |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/iwehrman/google-search-result-hotkeys |
| Adres URL Strony Pomocy | https://github.com/iwehrman/google-search-result-hotkeys |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Search Result Hotkeys",
"version": "0.0.9",
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/search*"
],
"js": [
"main.js"
]
}
]
} | |