Always expands the Google search tool

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

What is Always expands the Google search tool?

Always expands the Google search tool is a Chrome extension developed by satou321, and its main feature is "Always expands the search tool and moves it back to the left side".

Extension Screenshots

screenshot

Download Always expands the Google search tool Extension CRX File

Download Always expands the Google search tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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


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

Extension Basic Information

Name Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Official URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Description Always expands the search tool and moves it back to the left side
File Size 6.01 KB
Installation Count 184
Current Version 1.0
Last Updated 2019-06-26
Publish Date 2019-06-25
Developer satou321
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}