elearning-helper

This extension helps you do quizzes of elearning

什麼是elearning-helper?

elearning-helper是由sbbird開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you do quizzes of elearning”。

下載elearning-helper擴展crx文件

下載elearning-helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps you do quizzes of elearning                    

擴展基本資訊

名稱 elearning-helper elearning-helper
ID hkgimchmhlfklnpecieapmldidomlkbd
官方網址 https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd
簡介 This extension helps you do quizzes of elearning
檔案大小 4.6 KB
安裝次數 46
目前版本 1.2.1
更新時間 2017-02-20
上架時間 2017-02-20
評分 5.00/5 共 4 次評分
開發者 sbbird
付費類型 free
支援的語言 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"
        }
    ]
}