Github Keep-Alive

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

Apa itu Github Keep-Alive?

Github Keep-Alive adalah ekstensi Chrome yang dikembangkan oleh Iman Gowhari, dan fitur utamanya adalah "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Github Keep-Alive

Unduh file ekstensi Github Keep-Alive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
URL Resmi https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Deskripsi If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Ukuran File 8.41 KB
Jumlah Instalasi 174
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-10-23
Tanggal Publikasi 2018-10-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Iman Gowhari
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gowhari/github-keep-alive
URL Halaman Bantuan https://t.me/imangowhari
Bahasa yang Didukung 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"
        }
    }
}