Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Qu'est-ce que Search It! ?
Search It! est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search It!
Téléchargez les fichiers d'extension Search It! 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 extension is for easily initiating new Google searches. The search term box supports Google auto suggest. Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later. Type options are Web/Image/Video/Maps/News/Shopping. Results can be sent to the current tab, a new tab, or a new window. Searches are (optionally) stored for future re-use. All stored search and domain information can be easily deleted.
Informations de Base sur l'Extension
Nom | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
URL Officiel | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
Description | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
Taille du Fichier | 42.08 KB |
Nombre d'Installations | 226 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2016-09-22 |
Date de Publication | 2016-09-22 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://upway2late.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.upway2late.com/projects/chrome-google-search-extension |
URL de la Page d'Aide | http://www.upway2late.com/projects/chrome-google-search-extension |
URL de la Page de Politique de Confidentialité | http://www.upway2late.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search It!", "version": "1.0.0.0", "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.", "icons": { "16": "world_16.png", "48": "world_48.png", "128": "world_128.png" }, "browser_action": { "default_icon": "world_19.png", "default_title": "Search It!", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |