Github Keep-Alive

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

Wat is Github Keep-Alive?

Github Keep-Alive is een Chrome-extensie ontwikkeld door Iman Gowhari, en de belangrijkste functie is "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Github Keep-Alive

Download Github Keep-Alive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Officiële URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Beschrijving If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Bestandsgrootte 8.41 KB
Aantal Installaties 174
Huidige Versie 1.1
Laatst Bijgewerkt 2018-10-23
Publicatiedatum 2018-10-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Iman Gowhari
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gowhari/github-keep-alive
Help Pagina-URL https://t.me/imangowhari
Ondersteunde Talen 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"
        }
    }
}