Center Google Search Results

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

Cos'è Center Google Search Results?

Center Google Search Results è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Move the search results from the left of the screen to the center of the screen.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Center Google Search Results

Scarica i file di estensione Center Google Search Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
URL Ufficiale https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Descrizione Move the search results from the left of the screen to the center of the screen.
Dimensione del File 3.1 KB
Conteggio Installazioni 2,250
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-04-11
Data di Pubblicazione 2020-04-10
Valutazione 3.30/5 Totale 20 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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?*"
            ]
        }
    ]
}