No Courselink Timeout

Stop the University of Guelph Courselink site from timing out.

No Courselink Timeout là gì?

No Courselink Timeout là một tiện ích mở rộng Chrome được phát triển bởi jms, và tính năng chính của nó là "Stop the University of Guelph Courselink site from timing out.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Courselink Timeout

Tải xuống các tệp mở rộng No Courselink Timeout 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

                        Will stop the Courselink site used by University of Guelph students from timing out after inactivity.                    

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

Tên No Courselink Timeout No Courselink Timeout
ID pkihnekognhklieijadgnglimolhgooo
URL Chính Thức https://chromewebstore.google.com/detail/no-courselink-timeout/pkihnekognhklieijadgnglimolhgooo
Mô tả Stop the University of Guelph Courselink site from timing out.
Kích Thước Tệp 15.85 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-02-07
Ngày Phát Hành 2021-02-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jms
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Courselink Timeout",
    "version": "0.0.1",
    "description": "Stop the University of Guelph Courselink site from timing out.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.courselink.uoguelph.ca\/*"
            ],
            "js": [
                "keepAlive.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/noTimeout16.png",
        "32": "images\/noTimeout32.png",
        "48": "images\/noTimeout48.png",
        "128": "images\/noTimeout128.png"
    },
    "manifest_version": 2
}