Google Search Align Middle

Set Google Search Results Middle

What is Google Search Align Middle?

Google Search Align Middle is a Chrome extension developed by bakjuna, and its main feature is "Set Google Search Results Middle".

Extension Screenshots

screenshot
screenshot

Download Google Search Align Middle Extension CRX File

Download Google Search Align Middle 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

                        When you use 21:9 ration monitor or larger, you might feel google is little bit awkward because it aligns left. This simple app makes google align middle. No additional functionality, No poor porformance.
I'm thinking of upgrading it to make google search engine customizable. You can enjoy what I am doing after you download.                    

Extension Basic Information

Name Google Search Align Middle Google Search Align Middle
ID ingonpbkildciijflkcapfmgbfkebckp
Official URL https://chromewebstore.google.com/detail/google-search-align-middl/ingonpbkildciijflkcapfmgbfkebckp
Description Set Google Search Results Middle
File Size 17.02 KB
Installation Count 206
Current Version 0.9
Last Updated 2020-10-03
Publish Date 2020-09-12
Rating 4.50/5 Total 6 Ratings
Developer bakjuna
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Align Middle",
    "description": "Set Google Search Results Middle",
    "version": "0.9",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [],
    "icons": {
        "16": "\/16-google-search-modifier.png",
        "32": "\/32-google-search-modifier.png",
        "64": "\/64-google-search-modifier.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.com\/search*",
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}