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