Google Search Keyboard Shortcuts
Adds keyboard shortcuts/hotkeys back to Google search results
Τι είναι το Google Search Keyboard Shortcuts;
Το Google Search Keyboard Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jacob Chafik, και η κύρια λειτουργία του είναι "Adds keyboard shortcuts/hotkeys back to Google search results".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Search Keyboard Shortcuts
Λήψη αρχείων επέκτασης Google Search Keyboard Shortcuts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
1.1.18 - Further restricted domains the extension will run on 1.1.17 - Added option to include a space at the end of search query when focusing the search box - Updated selectors 1.1.16 - Updated search box selector to accommodate Google search updates (now using textarea instead of input) 1.1.15 - Updated Google selectors. 1.1.14 - Fixed bug where first result would be skipped if auto focus first was not selected - Fixed array index out of bounds exception after last result - Added back navigation for footer links. Don't highlight footer links - Pulled addResultHighlight, findContainer back into their own methods - Removed focus/text property separation. Selector guarantees they'll always be the same - Style updates - Added safeguard to detect outdated selectors - Pulled all selectors out into their own properties 1.1.13 - Fix for issue #23. Updated Google selectors 1.1.12 - Fix for issue #19. Updated Google selectors 1.1.11 - Fix for issue #16. Updated Google selectors 1.1.10 - PR #15 - Updated selector to handle new search variation 1.1.9 - Don't wrap when arrow is prepended to search results - Bug Fix: Display marker when first result is automatically selected - Fix issue #8 - Only activate the first link for each result (don't focus "Translate" or other links) 1.1.8 - Updated simple selector styling 1.1.7 - Updated selectors to accommodate Google search updates 1.1.6 - Added support for news, books, and video search results. - Prevent hotkeys from triggering when modifier is active - Prevent hotkeys from triggering when using calculator 1.1.5 - Scroll to the selected search result if it's not fully visible - Added an option to automatically select the first search result 1.1.4 - Fix issue #4 - do not remove focus from *any* input elements (type=number, etc.). 1.1.3 - Fix issue #1 - do not remove focus from input elements 1.1.2 - Fixed issue navigating between results when "People also searched for" was displayed 1.1.1 - Don't activate search if a modifier key is used (i.e., CMD+C) - Remove selected result outline if another styling method is chosen - Focus footer navigation links after search results - Change "J/K" setting to "VIM Style" - option now causes "/" to focus the search box 1.1.0 - Added styling for active search result (option may be toggled on or off) - Allow search box activation to be disabled - Allow customization of navigation hotkeys (TABS, ARROWS, and J/K) - Self-documentation of shortcuts - all available shortcuts (and customization) is displayed on the options page - Updated icons - Fixed error where result navigation would not work properly if an Ad was displayed - Added support for Google Scholar 1.0.1 - Update manifest - allow all Google TLDs 1.0.0 - Initial Install
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Search Keyboard Shortcuts |
ID | iobmefdldoplhmonnnkchglfdeepnfhd |
Επίσημο URL | https://chromewebstore.google.com/detail/google-search-keyboard-sh/iobmefdldoplhmonnnkchglfdeepnfhd |
Περιγραφή | Adds keyboard shortcuts/hotkeys back to Google search results |
Μέγεθος Αρχείου | 34.23 KB |
Αριθμός Εγκαταστάσεων | 8,557 |
Τρέχουσα Έκδοση | 1.1.18 |
Τελευταία Ενημέρωση | 2023-10-04 |
Ημερομηνία Δημοσίευσης | 2018-11-28 |
Αξιολόγηση | 4.61/5 Συνολικά 152 Αξιολογήσεις |
Προγραμματιστής | Jacob Chafik |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jchafik/google-search-shortcuts/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "Google Search Keyboard Shortcuts", "description": "Adds keyboard shortcuts\/hotkeys back to Google search results", "version": "1.1.18", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "author": "Jacob Chafik |