Always expands the Google search tool

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

Apa itu Always expands the Google search tool?

Always expands the Google search tool adalah ekstensi Chrome yang dikembangkan oleh satou321, dan fitur utamanya adalah "Always expands the search tool and moves it back to the left side".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Always expands the Google search tool

Unduh file ekstensi Always expands the Google search tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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


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

Informasi Dasar Ekstensi

Nama Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
URL Resmi https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Deskripsi Always expands the search tool and moves it back to the left side
Ukuran File 6.01 KB
Jumlah Instalasi 184
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-26
Tanggal Publikasi 2019-06-25
Pengembang satou321
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}