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.
Vad är Google Search Result Hotkeys?
Google Search Result Hotkeys är en Chrome-tillägg utvecklad av Ian Wehrman, och dess huvudfunktion är "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Tilläggsskärmbilder
Ladda ner Google Search Result Hotkeys-förlängningens CRX-fil
Ladda ner Google Search Result Hotkeys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| Beskrivning | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| Filstorlek | 4.77 KB |
| Antal Installationer | 67 |
| Aktuell Version | 0.0.9 |
| Senast Uppdaterad | 2020-11-08 |
| Publiceringsdatum | 2018-10-11 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | Ian Wehrman |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/iwehrman/google-search-result-hotkeys |
| Hjälpsida URL | https://github.com/iwehrman/google-search-result-hotkeys |
| Stödda Språk | 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"
]
}
]
} | |