Center Google Search Results

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

Vad är Center Google Search Results?

Center Google Search Results är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Move the search results from the left of the screen to the center of the screen.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Center Google Search Results-förlängningens CRX-fil

Ladda ner Center Google Search Results-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
Officiell webbadress https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Beskrivning Move the search results from the left of the screen to the center of the screen.
Filstorlek 3.1 KB
Antal Installationer 2,250
Aktuell Version 1.0.0
Senast Uppdaterad 2020-04-11
Publiceringsdatum 2020-04-10
Betyg 3.30/5 Totalt 20 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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?*"
            ]
        }
    ]
}