Center Google Search Results

Center Google Search Results

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

Merlin
Additional files are visible only to premium users

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?*"
      ]
    }
  ]
}