Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Что такое Google Search Console Full Width?

Google Search Console Full Width - это расширение Chrome, разработанное https://codeseo.io, и его основная функция - "Makes the content area in Google Search Console Full Width.".

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

screenshot

Скачать файл CRX расширения Google Search Console Full Width

Скачайте файлы расширений Google Search Console Full Width в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Adds a small CSS Override to view Google Search Console data as full width instead of the default Max Width of 960px.

This extension contains no JavaScript.  It uses only the manifest.json to apply a one-line CSS file to pages that match 'https://search.google.com/u/3/search-console/*'.                    

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

Название Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
Официальный URL https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Описание Makes the content area in Google Search Console Full Width.
Размер файла 6.81 KB
Количество установок 821
Текущая Версия 1.0.4
Последнее Обновление 2018-12-13
Дата публикации 2018-12-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://codeseo.io
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Full Width",
    "short_name": "GSC Full Width",
    "version": "1.0.4",
    "description": "Makes the content area in Google Search Console Full Width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*\/search-console*",
                "https:\/\/search.google.com\/search-console*"
            ],
            "css": [
                "fullwidth.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/gsc_fullwidth128.png"
    },
    "manifest_version": 2
}