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"
        }
    ]
}