Center Google Search Results
Move the search results from the left of the screen to the center of the screen.
Was ist Center Google Search Results?
Center Google Search Results ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Move the search results from the left of the screen to the center of the screen.".
Erweiterungsscreenshots
Center Google Search Results-Erweiterungs-CRX-Datei herunterladen
Laden Sie Center Google Search Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Center Google Search Results |
ID | bbcbaocecmnikgmgpbodcfekboiodppo |
Offizielle URL | https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo |
Beschreibung | Move the search results from the left of the screen to the center of the screen. |
Dateigröße | 3.1 KB |
Installationsanzahl | 2,250 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-04-11 |
Veröffentlichungsdatum | 2020-04-10 |
Bewertung | 3.30/5 Insgesamt 20 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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?*" ] } ] } |