Github Keep-Alive

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

Co to jest Github Keep-Alive?

Github Keep-Alive to rozszerzenie Chrome opracowane przez Iman Gowhari, a jego główną funkcją jest „If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Github Keep-Alive

Pobierz pliki rozszerzeń Github Keep-Alive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Oficjalny URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Opis If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Rozmiar pliku 8.41 KB
Liczba instalacji 174
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-10-23
Data Publikacji 2018-10-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Iman Gowhari
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/gowhari/github-keep-alive
Adres URL Strony Pomocy https://t.me/imangowhari
Obsługiwane Języki 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"
        }
    }
}