TAULuncher

I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.

TAULuncher là gì?

TAULuncher là một tiện ích mở rộng Chrome được phát triển bởi nyctolex, và tính năng chính của nó là "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".

Ả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 TAULuncher

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

                        Automatically signing in Tel-Aviv University websites.                    

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

Tên TAULuncher TAULuncher
ID mjipjoiimkegppedpnhjmgeenhekmdjo
URL Chính Thức https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo
Mô tả I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
Kích Thước Tệp 50.26 KB
Số Lần Cài Đặt 377
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-04-01
Ngày Phát Hành 2022-04-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển nyctolex
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",
    "manifest_version": 3,
    "description": "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.",
    "name": "TAULuncher",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "user data"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nidp.tau.ac.il\/nidp\/*",
                "*:\/\/moodle.tau.ac.il\/*",
                "*:\/\/www.ims.tau.ac.il\/Tal\/",
                "*:\/\/*.ims.tau.ac.il\/Tal\/",
                "*:\/\/ims.tau.ac.il\/Tal\/"
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}