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.”。
扩展截图
下载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 |
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?*" ] } ] } |