Center Google Search Results
Move the search results from the left of the screen to the center of the screen.
What is Center Google Search Results?
Center Google Search Results is a Chrome extension developed by Unknown, and its main feature is "Move the search results from the left of the screen to the center of the screen.".
Extension Screenshots
Download Center Google Search Results Extension CRX File
Download Center Google Search Results extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Center Google Search Results |
ID | bbcbaocecmnikgmgpbodcfekboiodppo |
Official URL | https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo |
Description | Move the search results from the left of the screen to the center of the screen. |
File Size | 3.1 KB |
Installation Count | 2,250 |
Current Version | 1.0.0 |
Last Updated | 2020-04-11 |
Publish Date | 2020-04-10 |
Rating | 3.30/5 Total 20 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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?*" ] } ] } |