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.
Hvad er Google Search Result Hotkeys?
Google Search Result Hotkeys er en Chrome-udvidelse udviklet af Ian Wehrman, og dens hovedfunktion er "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Udvidelsesskærmbilleder
Download Google Search Result Hotkeys-udvidelses-CRX-fil
Download Google Search Result Hotkeys-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Officiel URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Beskrivelse | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| Filstørrelse | 4.77 KB |
| Antal Installationer | 67 |
| Nuværende Version | 0.0.9 |
| Senest Opdateret | 2020-11-08 |
| Udgivelsesdato | 2018-10-11 |
| Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
| Udvikler | Ian Wehrman |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/iwehrman/google-search-result-hotkeys |
| Hjælpeside-URL | https://github.com/iwehrman/google-search-result-hotkeys |
| Understøttede Sprog | 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"
]
}
]
} | |