Center Google Search Results

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

什麼是Center Google Search Results?

Center Google Search Results是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Move the search results from the left of the screen to the center of the screen.”。

擴展截圖

screenshot
screenshot

下載Center Google Search Results擴展crx文件

下載Center Google Search Results擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
官方網址 https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
簡介 Move the search results from the left of the screen to the center of the screen.
檔案大小 3.1 KB
安裝次數 2,250
目前版本 1.0.0
更新時間 2020-04-11
上架時間 2020-04-10
評分 3.30/5 共 20 次評分
開發者 Unknown
付費類型 free
支援的語言 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?*"
            ]
        }
    ]
}