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 to jest Search It!?

Search It! to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Search It!

Pobierz pliki rozszerzeń Search It! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Oficjalny URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Opis Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Rozmiar pliku 42.08 KB
Liczba instalacji 226
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2016-09-22
Data Publikacji 2016-09-22
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://upway2late.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.upway2late.com/projects/chrome-google-search-extension
Adres URL Strony Pomocy http://www.upway2late.com/projects/chrome-google-search-extension
Adres URL Strony Polityki Prywatności http://www.upway2late.com
Obsługiwane Języki 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
}