Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Wat is Google Tab Select?
Google Tab Select is een Chrome-extensie ontwikkeld door ssh, en de belangrijkste functie is "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".
Download het CRX-bestand van de extensie Google Tab Select
Download Google Tab Select-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature. The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.
Basisinformatie over de Extensie
Naam | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
Officiële URL | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
Beschrijving | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
Bestandsgrootte | 9.99 KB |
Aantal Installaties | 9 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2018-04-19 |
Publicatiedatum | 2018-04-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ssh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Tab Select", "version": "1.1.0", "manifest_version": 2, "browser_action": { "default_icon": "images\/google-tab128.png" }, "icons": { "48": "images\/google-tab48.png", "128": "images\/google-tab128.png" }, "content_scripts": [ { "js": [ "google-tab.js" ], "css": [ "google-tab.css" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ] } ] } |