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.
Τι είναι το Google Search Result Hotkeys;
Το Google Search Result Hotkeys είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ian Wehrman, και η κύρια λειτουργία του είναι "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Search Result Hotkeys
Λήψη αρχείων επέκτασης Google Search Result Hotkeys σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Search Result Hotkeys |
ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
Επίσημο URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
Περιγραφή | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
Μέγεθος Αρχείου | 4.77 KB |
Αριθμός Εγκαταστάσεων | 67 |
Τρέχουσα Έκδοση | 0.0.9 |
Τελευταία Ενημέρωση | 2020-11-08 |
Ημερομηνία Δημοσίευσης | 2018-10-11 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Ian Wehrman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/iwehrman/google-search-result-hotkeys |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/iwehrman/google-search-result-hotkeys |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |