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.
Cos'è Google Search Result Hotkeys?
Google Search Result Hotkeys è un'estensione di Chrome sviluppata da Ian Wehrman, e la sua funzione principale è "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Search Result Hotkeys
Scarica i file di estensione Google Search Result Hotkeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. Informazioni di Base sull'Estensione
| Nome | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| URL Ufficiale | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Descrizione | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| Dimensione del File | 4.77 KB |
| Conteggio Installazioni | 67 |
| Versione Corrente | 0.0.9 |
| Ultimo Aggiornamento | 2020-11-08 |
| Data di Pubblicazione | 2018-10-11 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | Ian Wehrman |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/iwehrman/google-search-result-hotkeys |
| URL della Pagina di Aiuto | https://github.com/iwehrman/google-search-result-hotkeys |
| Lingue Supportate | 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"
]
}
]
} | |