ZyBooks Auto

Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.

ZyBooks Auto là gì?

ZyBooks Auto là một tiện ích mở rộng Chrome được phát triển bởi Prath, và tính năng chính của nó là "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ZyBooks Auto 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 speeds through ZyBooks participation assignments, so you don't have to click through each module individually.                    

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

Tên ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
URL Chính Thức https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Mô tả Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Kích Thước Tệp 12.04 KB
Số Lần Cài Đặt 2,495
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-14
Ngày Phát Hành 2023-03-14
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Prath
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,
    "name": "ZyBooks Auto",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.zybooks.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}