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開發的Chrome擴展程式,該擴展的主要功能是“If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.”。

擴展截圖

screenshot
screenshot
screenshot

下載Github Keep-Alive擴展crx文件

下載Github Keep-Alive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}