Students test helper

Students test helper

Students test helperคืออะไร?

Students test helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย karim4bibip และคุณลักษณะหลักของมันคือ "Students test helper"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Students test helper

ดาวน์โหลดไฟล์ส่วนขยาย Students test helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Додаток для студентів НУБІПа
Він доповнює сайт ельорн відповідями                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Students test helper Students test helper
ID dbfpodedfehloekmfhmjdadipnbfhhng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng
คำอธิบาย Students test helper
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 226
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2021-04-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา karim4bibip
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Students test helper",
    "description": "Students test helper",
    "version": "2.0.0",
    "permissions": [
        "https:\/\/elearn.nubip.edu.ua\/*",
        "https:\/\/stormy-refuge-88605.herokuapp.com\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearn.nubip.edu.ua\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "DBWorker.js",
                "content.js"
            ]
        }
    ]
}