Search with quotes

Exact words in quotes on Google Search

Cos'è Search with quotes?

Search with quotes è un'estensione di Chrome sviluppata da satoshixsea, e la sua funzione principale è "Exact words in quotes on Google Search".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search with quotes

Scarica i file di estensione Search with quotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Search for an exact word or phrase.

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

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

Informazioni di Base sull'Estensione

Nome Search with quotes Search with quotes
ID agpkbliejnbblnpapldbbofkjficpjod
URL Ufficiale https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod
Descrizione Exact words in quotes on Google Search
Dimensione del File 12.17 KB
Conteggio Installazioni 47
Versione Corrente 1.1
Ultimo Aggiornamento 2014-04-06
Data di Pubblicazione 2014-04-06
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore satoshixsea
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}