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
Eメール [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"
        }
    }
}