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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
        }
    ]
}