Center Google Search Results

Move the search results from the left of the screen to the center of the screen.

Apa itu Center Google Search Results?

Center Google Search Results adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Move the search results from the left of the screen to the center of the screen.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Center Google Search Results

Unduh file ekstensi Center Google Search Results 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

                        This extension will change the style of your google search results, best suited for larger screens/resolutions. On a 4k monitor you may notice the google search results are placed on the left of the screen leaving a lot of blank space on the right, this extension will move the text into the center of the screen, filling in that void.                    

Informasi Dasar Ekstensi

Nama Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
URL Resmi https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Deskripsi Move the search results from the left of the screen to the center of the screen.
Ukuran File 3.1 KB
Jumlah Instalasi 2,250
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-04-11
Tanggal Publikasi 2020-04-10
Penilaian 3.30/5 Total 20 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Google Search Results",
    "author": "Elisha Tanoi",
    "version": "1.0.0",
    "description": "Move the search results from the left of the screen to the center of the screen.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?*"
            ]
        }
    ]
}