elearning-helper

This extension helps you do quizzes of elearning

ما هو elearning-helper؟

elearning-helper هو إضافة Chrome تم تطويرها بواسطة sbbird، والميزة الرئيسية لها هي "This extension helps you do quizzes of elearning".

تحميل ملف CRX للإضافة elearning-helper

قم بتنزيل ملفات الامتداد elearning-helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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