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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Github Keep-Alive

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}