Github Keep-Alive

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

Hvad er Github Keep-Alive?

Github Keep-Alive er en Chrome-udvidelse udviklet af Iman Gowhari, og dens hovedfunktion er "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Github Keep-Alive-udvidelses-CRX-fil

Download Github Keep-Alive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Officiel URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Beskrivelse If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Filstørrelse 8.41 KB
Antal Installationer 174
Nuværende Version 1.1
Senest Opdateret 2018-10-23
Udgivelsesdato 2018-10-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Iman Gowhari
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gowhari/github-keep-alive
Hjælpeside-URL https://t.me/imangowhari
Understøttede Sprog 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"
        }
    }
}