Center Google Search Results

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

Hvad er Center Google Search Results?

Center Google Search Results er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Move the search results from the left of the screen to the center of the screen.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Center Google Search Results-udvidelses-CRX-fil

Download Center Google Search Results-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
Officiel URL https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Beskrivelse Move the search results from the left of the screen to the center of the screen.
Filstørrelse 3.1 KB
Antal Installationer 2,250
Nuværende Version 1.0.0
Senest Opdateret 2020-04-11
Udgivelsesdato 2020-04-10
Bedømmelse 3.30/5 Samlet 20 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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?*"
            ]
        }
    ]
}