Search Quick
Google SearchQuick automatically opens the search results of a Google Search in new tabs
Qu'est-ce que Search Quick ?
Search Quick est une extension Chrome développée par Vignesh, et sa fonction principale est "Google SearchQuick automatically opens the search results of a Google Search in new tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Quick
Téléchargez les fichiers d'extension Search Quick 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
Google SearchQuick is a browser add-on that opens the predetermined number of search results that are returned on a Google search in separate tabs at the click of a single button. This extension works on all Google domains. The number of results that need to be opened can be defined in the Options. By default three results are opened. This can be set to a maximum of 8. Points to remember: 1)Please wait for the Google results page to be completely loaded before clicking on the extension icon. 2)Doesn’t work on secured Google connections (https:\\) Please reach me on [email protected] with your feedback.
Informations de Base sur l'Extension
Nom | Search Quick |
ID | chnnajbjipfainfepeoiblbpmajdnkpn |
URL Officiel | https://chromewebstore.google.com/detail/search-quick/chnnajbjipfainfepeoiblbpmajdnkpn |
Description | Google SearchQuick automatically opens the search results of a Google Search in new tabs |
Taille du Fichier | 123 KB |
Nombre d'Installations | 225 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2012-10-17 |
Date de Publication | 2012-10-17 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | Vignesh |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Quick", "version": "0.3", "description": "Google SearchQuick automatically opens the search results of a Google Search in new tabs", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "Google.png", "48": "Google.png", "128": "Google.png" }, "browser_action": { "default_icon": "Google.png" }, "manifest_version": 2, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery-1.6.1.min.js", "urlcatch.js" ], "run_at": "document_idle", "all_frames": false } ] } |