Always expands the Google search tool

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

Always expands the Google search toolとは何ですか?

Always expands the Google search toolはsatou321によって開発されたChromeの拡張機能で、その主な機能は「Always expands the search tool and moves it back to the left side」です。

拡張機能のスクリーンショット

screenshot

Always expands the Google search tool拡張機能のCRXファイルをダウンロード

Always expands the Google search tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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


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

拡張機能の基本情報

名前 Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
公式URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
説明 Always expands the search tool and moves it back to the left side
ファイルサイズ 6.01 KB
インストール数 184
現在のバージョン 1.0
最終更新日 2019-06-26
公開日 2019-06-25
開発者 satou321
支払い方法 free
対応言語 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"
            ]
        }
    ]
}