Always expands the Google search tool

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

Was ist Always expands the Google search tool?

Always expands the Google search tool ist eine Chrome-Erweiterung, die von satou321 entwickelt wurde, und ihr Hauptmerkmal ist "Always expands the search tool and moves it back to the left side".

Erweiterungsscreenshots

screenshot

Always expands the Google search tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Always expands the Google search tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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


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

Grundlegende Informationen zur Erweiterung

Name Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Offizielle URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Beschreibung Always expands the search tool and moves it back to the left side
Dateigröße 6.01 KB
Installationsanzahl 184
Aktuelle Version 1.0
Letztes Update 2019-06-26
Veröffentlichungsdatum 2019-06-25
Entwickler satou321
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}