Center Google Search Results

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

Wat is Center Google Search Results?

Center Google Search Results is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Move the search results from the left of the screen to the center of the screen.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Center Google Search Results

Download Center Google Search Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
Officiële URL https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Beschrijving Move the search results from the left of the screen to the center of the screen.
Bestandsgrootte 3.1 KB
Aantal Installaties 2,250
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-04-11
Publicatiedatum 2020-04-10
Beoordeling 3.30/5 Totaal 20 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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?*"
            ]
        }
    ]
}