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.
Wat is Google Search Result Hotkeys?
Google Search Result Hotkeys is een Chrome-extensie ontwikkeld door Ian Wehrman, en de belangrijkste functie is "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Result Hotkeys
Download Google Search Result Hotkeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. Basisinformatie over de Extensie
| Naam | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Officiële URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Beschrijving | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| Bestandsgrootte | 4.77 KB |
| Aantal Installaties | 67 |
| Huidige Versie | 0.0.9 |
| Laatst Bijgewerkt | 2020-11-08 |
| Publicatiedatum | 2018-10-11 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Ian Wehrman |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/iwehrman/google-search-result-hotkeys |
| Help Pagina-URL | https://github.com/iwehrman/google-search-result-hotkeys |
| Ondersteunde Talen | 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"
]
}
]
} | |