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.

Wat is Search It!?

Search It! is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Search It!

Download Search It!-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

                        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.                    

Basisinformatie over de Extensie

Naam Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Officiële URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Beschrijving Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Bestandsgrootte 42.08 KB
Aantal Installaties 226
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2016-09-22
Publicatiedatum 2016-09-22
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://upway2late.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.upway2late.com/projects/chrome-google-search-extension
Help Pagina-URL http://www.upway2late.com/projects/chrome-google-search-extension
URL van de Privacybeleid Pagina http://www.upway2late.com
Ondersteunde Talen 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
}