Github Keep-Alive

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

Was ist Github Keep-Alive?

Github Keep-Alive ist eine Chrome-Erweiterung, die von Iman Gowhari entwickelt wurde, und ihr Hauptmerkmal ist "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Github Keep-Alive-Erweiterungs-CRX-Datei herunterladen

Laden Sie Github Keep-Alive-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Offizielle URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Beschreibung If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Dateigröße 8.41 KB
Installationsanzahl 174
Aktuelle Version 1.1
Letztes Update 2018-10-23
Veröffentlichungsdatum 2018-10-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Iman Gowhari
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gowhari/github-keep-alive
Hilfeseite URL https://t.me/imangowhari
Unterstützte Sprachen 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"
        }
    }
}