Github Keep-Alive

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

Cos'è Github Keep-Alive?

Github Keep-Alive è un'estensione di Chrome sviluppata da Iman Gowhari, e la sua funzione principale è "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Github Keep-Alive

Scarica i file di estensione Github Keep-Alive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
URL Ufficiale https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Descrizione If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Dimensione del File 8.41 KB
Conteggio Installazioni 174
Versione Corrente 1.1
Ultimo Aggiornamento 2018-10-23
Data di Pubblicazione 2018-10-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Iman Gowhari
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gowhari/github-keep-alive
URL della Pagina di Aiuto https://t.me/imangowhari
Lingue Supportate 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"
        }
    }
}