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
官方URL 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"
        }
    ]
}