Github Keep-Alive

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

Vad är Github Keep-Alive?

Github Keep-Alive är en Chrome-tillägg utvecklad av Iman Gowhari, och dess huvudfunktion är "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Github Keep-Alive-förlängningens CRX-fil

Ladda ner Github Keep-Alive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Officiell webbadress https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Beskrivning If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Filstorlek 8.41 KB
Antal Installationer 174
Aktuell Version 1.1
Senast Uppdaterad 2018-10-23
Publiceringsdatum 2018-10-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Iman Gowhari
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gowhari/github-keep-alive
Hjälpsida URL https://t.me/imangowhari
Stödda Språk 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"
        }
    }
}