Center Google Search Results

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

Co to jest Center Google Search Results?

Center Google Search Results to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Move the search results from the left of the screen to the center of the screen.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Center Google Search Results

Pobierz pliki rozszerzeń Center Google Search Results w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
Oficjalny URL https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Opis Move the search results from the left of the screen to the center of the screen.
Rozmiar pliku 3.1 KB
Liczba instalacji 2,250
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-04-11
Data Publikacji 2020-04-10
Ocena 3.30/5 Łącznie 20 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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?*"
            ]
        }
    ]
}