Github Keep-Alive

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

Github Keep-Alive क्या है?

Github Keep-Alive Iman Gowhari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Github Keep-Alive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
आधिकारिक URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
विवरण If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
फ़ाइल का आकार 8.41 KB
स्थापना संख्या 174
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-10-23
प्रकाशन तिथि 2018-10-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Iman Gowhari
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gowhari/github-keep-alive
सहायता पृष्ठ URL https://t.me/imangowhari
समर्थित भाषाएँ 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"
        }
    }
}