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.

Was ist Search It!?

Search It! ist eine Chrome-Erweiterung, die von https://upway2late.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

Erweiterungsscreenshots

screenshot
screenshot

Search It!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search It!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Offizielle URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Beschreibung Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Dateigröße 42.08 KB
Installationsanzahl 226
Aktuelle Version 1.0.0.0
Letztes Update 2016-09-22
Veröffentlichungsdatum 2016-09-22
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://upway2late.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.upway2late.com/projects/chrome-google-search-extension
Hilfeseite URL http://www.upway2late.com/projects/chrome-google-search-extension
URL der Datenschutzrichtlinien-Seite http://www.upway2late.com
Unterstützte Sprachen 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
}