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.
Cos'è Search It!?
Search It! è un'estensione di Chrome sviluppata da https://upway2late.com, e la sua funzione principale è "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search It!
Scarica i file di estensione Search It! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
URL Ufficiale | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
Descrizione | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
Dimensione del File | 42.08 KB |
Conteggio Installazioni | 226 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2016-09-22 |
Data di Pubblicazione | 2016-09-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://upway2late.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.upway2late.com/projects/chrome-google-search-extension |
URL della Pagina di Aiuto | http://www.upway2late.com/projects/chrome-google-search-extension |
URL della Pagina della Politica sulla Privacy | http://www.upway2late.com |
Lingue Supportate | 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 } |