Github Keep-Alive

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

Qu'est-ce que Github Keep-Alive ?

Github Keep-Alive est une extension Chrome développée par Iman Gowhari, et sa fonction principale est "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Github Keep-Alive

Téléchargez les fichiers d'extension Github Keep-Alive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
URL Officiel https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Description If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Taille du Fichier 8.41 KB
Nombre d'Installations 174
Version Actuelle 1.1
Dernière Mise à Jour 2018-10-23
Date de Publication 2018-10-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Iman Gowhari
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gowhari/github-keep-alive
URL de la Page d'Aide https://t.me/imangowhari
Langues Prises en Charge 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"
        }
    }
}