Google search tab fixer
Allows users to cycle through google search results by pressing the tab key.
Qu'est-ce que Google search tab fixer ?
Google search tab fixer est une extension Chrome développée par Sam, et sa fonction principale est "Allows users to cycle through google search results by pressing the tab key.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google search tab fixer
Téléchargez les fichiers d'extension Google search tab fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.
Informations de Base sur l'Extension
Nom | Google search tab fixer |
ID | hggbelpbiemgfkdhofjeajpgnoieogmg |
URL Officiel | https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg |
Description | Allows users to cycle through google search results by pressing the tab key. |
Taille du Fichier | 20.04 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2016-07-15 |
Date de Publication | 2016-07-15 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Sam |
Type de Paiement | free |
Site Web de l'Extension | http://www.101drum.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google search tab fixer", "version": "0.0.4", "manifest_version": 2, "description": "Allows users to cycle through google search results by pressing the tab key.", "homepage_url": "http:\/\/101drum.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/*\/search*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/search*" ], "run_at": "document_start", "js": [ "src\/inject\/inject.js" ] } ] } |