Github Keep-Alive

If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.

Что такое Github Keep-Alive?

Github Keep-Alive - это расширение Chrome, разработанное Iman Gowhari, и его основная функция - "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Github Keep-Alive

Скачайте файлы расширений Github Keep-Alive в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        It keeps GitHub connection alive by sending a GET request for a small content on GitHub every 15 seconds.

Source code: https://github.com/gowhari/github-keep-alive                    

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

Название Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Официальный URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Описание If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Размер файла 8.41 KB
Количество установок 174
Текущая Версия 1.1
Последнее Обновление 2018-10-23
Дата публикации 2018-10-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Iman Gowhari
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/gowhari/github-keep-alive
URL страницы помощи https://t.me/imangowhari
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Keep-Alive",
    "version": "1.1",
    "description": "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.",
    "author": "Iman Gowhari ",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    }
}