SenecaAnswer

Gives the answer to seneca assignments

SenecaAnswerคืออะไร?

SenecaAnswer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mwmatthew10 และคุณลักษณะหลักของมันคือ "Gives the answer to seneca assignments"

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

screenshot

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

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

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

                        Adds dark mode for Seneca and gives all answers to questions                    

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

ชื่อ SenecaAnswer SenecaAnswer
ID aacmadajiomocfofkfpfjdcbbgdlonkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/senecaanswer/aacmadajiomocfofkfpfjdcbbgdlonkc
คำอธิบาย Gives the answer to seneca assignments
ขนาดไฟล์ 36.44 KB
จำนวนการติดตั้ง 5,257
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-21
คะแนน 3.20/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา mwmatthew10
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SenecaAnswer",
    "version": "1.0",
    "description": "Gives the answer to seneca assignments",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.senecalearning.com\/classroom\/course\/*"
            ],
            "js": [
                "JQuery.js",
                "index.js"
            ],
            "css": [
                "ReplaceCSS.scss"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}