Search with quotes

Exact words in quotes on Google Search

Co to jest Search with quotes?

Search with quotes to rozszerzenie Chrome opracowane przez satoshixsea, a jego główną funkcją jest „Exact words in quotes on Google Search”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search with quotes

Pobierz pliki rozszerzeń Search with quotes 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

                        Search for an exact word or phrase.

検索したワードをダブルクォーテーションで囲んで検索し直します。

https://support.google.com/websearch/answer/136861?hl=en                    

Podstawowe informacje o rozszerzeniu

Nazwa Search with quotes Search with quotes
ID agpkbliejnbblnpapldbbofkjficpjod
Oficjalny URL https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod
Opis Exact words in quotes on Google Search
Rozmiar pliku 12.17 KB
Liczba instalacji 47
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-04-06
Data Publikacji 2014-04-06
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper satoshixsea
E-mail oassith@gmail.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with quotes",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Exact words in quotes on Google Search",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}