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