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 là gì?

Github Keep-Alive là một tiện ích mở rộng Chrome được phát triển bởi Iman Gowhari, và tính năng chính của nó là "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github Keep-Alive

Tải xuống các tệp mở rộng Github Keep-Alive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
URL Chính Thức https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Mô tả If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Kích Thước Tệp 8.41 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-10-23
Ngày Phát Hành 2018-10-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Iman Gowhari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gowhari/github-keep-alive
URL Trang Trợ Giúp https://t.me/imangowhari
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}