Always expands the Google search tool

Always expands the search tool and moves it back to the left side

Что такое Always expands the Google search tool?

Always expands the Google search tool - это расширение Chrome, разработанное satou321, и его основная функция - "Always expands the search tool and moves it back to the left side".

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

screenshot

Скачать файл CRX расширения Always expands the Google search tool

Скачайте файлы расширений Always expands the Google search tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

Основная информация о расширении

Название Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Официальный URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Описание Always expands the search tool and moves it back to the left side
Размер файла 6.01 KB
Количество установок 184
Текущая Версия 1.0
Последнее Обновление 2019-06-26
Дата публикации 2019-06-25
Разработчик satou321
Тип оплаты free
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}