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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Move the search results from the left of the screen to the center of the screen.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Center Google Search Results

Скачайте файлы расширений 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?*"
            ]
        }
    ]
}