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.

Co je Search It!?

Search It! je rozšíření Chrome vyvinuté https://upway2late.com, a jeho hlavní funkcí je „Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Search It!

Stáhněte si soubory rozšíření Search It! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Oficiální URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Popis Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Velikost souboru 42.08 KB
Počet instalací 226
Aktuální Verze 1.0.0.0
Poslední Aktualizace 2016-09-22
Datum Vydání 2016-09-22
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://upway2late.com
E-mail contact@upway2late.com
Typ Platby free
Webové stránky Rozšíření http://www.upway2late.com/projects/chrome-google-search-extension
URL Stránky Nápovědy http://www.upway2late.com/projects/chrome-google-search-extension
URL Stránky Zásad Ochrany Soukromí http://www.upway2late.com
Podporované Jazyky 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
}