Always expands the Google search tool

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

Co je Always expands the Google search tool?

Always expands the Google search tool je rozšíření Chrome vyvinuté satou321, a jeho hlavní funkcí je „Always expands the search tool and moves it back to the left side“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Always expands the Google search tool

Stáhněte si soubory rozšíření Always expands the Google search tool 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í

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


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

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

Název Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Oficiální URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Popis Always expands the search tool and moves it back to the left side
Velikost souboru 6.01 KB
Počet instalací 184
Aktuální Verze 1.0
Poslední Aktualizace 2019-06-26
Datum Vydání 2019-06-25
Vývojář satou321
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}