Always expands the Google search tool

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

Hvad er Always expands the Google search tool?

Always expands the Google search tool er en Chrome-udvidelse udviklet af satou321, og dens hovedfunktion er "Always expands the search tool and moves it back to the left side".

Udvidelsesskærmbilleder

screenshot

Download Always expands the Google search tool-udvidelses-CRX-fil

Download Always expands the Google search tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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


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

Grundlæggende oplysninger om udvidelsen

Navn Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Officiel URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Beskrivelse Always expands the search tool and moves it back to the left side
Filstørrelse 6.01 KB
Antal Installationer 184
Nuværende Version 1.0
Senest Opdateret 2019-06-26
Udgivelsesdato 2019-06-25
Udvikler satou321
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}