Always expands the Google search tool

Always expands the search tool and moves it back to the left side

Cos'è Always expands the Google search tool?

Always expands the Google search tool è un'estensione di Chrome sviluppata da satou321, e la sua funzione principale è "Always expands the search tool and moves it back to the left side".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Always expands the Google search tool

Scarica i file di estensione Always expands the Google search tool 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

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

Informazioni di Base sull'Estensione

Nome Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
URL Ufficiale https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Descrizione Always expands the search tool and moves it back to the left side
Dimensione del File 6.01 KB
Conteggio Installazioni 184
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-26
Data di Pubblicazione 2019-06-25
Sviluppatore satou321
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}