elearning-helper

This extension helps you do quizzes of elearning

elearning-helper là gì?

elearning-helper là một tiện ích mở rộng Chrome được phát triển bởi sbbird, và tính năng chính của nó là "This extension helps you do quizzes of elearning".

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

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

                        This extension helps you do quizzes of elearning                    

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

Tên elearning-helper elearning-helper
ID hkgimchmhlfklnpecieapmldidomlkbd
URL Chính Thức https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd
Mô tả This extension helps you do quizzes of elearning
Kích Thước Tệp 4.6 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-02-20
Ngày Phát Hành 2017-02-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sbbird
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "elearning-helper",
    "description": "This extension helps you do quizzes of elearning",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*",
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*"
            ],
            "js": [
                "scripts\/disp.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*",
                "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*"
            ],
            "js": [
                "scripts\/disable-history.js"
            ],
            "run_at": "document_start"
        }
    ]
}