Google Search Console Extended

Extends the new Google Search Console

Что такое Google Search Console Extended?

Google Search Console Extended - это расширение Chrome, разработанное Webreload, и его основная функция - "Extends the new Google Search Console".

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

screenshot
screenshot
screenshot

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

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

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

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

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

Название Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
Официальный URL https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Описание Extends the new Google Search Console
Размер файла 9.63 KB
Количество установок 2,470
Текущая Версия 1.4
Последнее Обновление 2020-05-31
Дата публикации 2020-05-30
Рейтинг 2.60/5 Всего 5 оценок
Разработчик Webreload
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}