Study Helper

Get quick, reliable answers to your homework and study questions.

Study Helperคืออะไร?

Study Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Study Helper และคุณลักษณะหลักของมันคือ "Get quick, reliable answers to your homework and study questions."

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

screenshot
screenshot

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

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

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

                        There is no other way to put it, school is hard. Homework is hard. Studying is hard. Because of that, Study Helper is creating a way for you to get all the answers you need as quickly as you can get them. Currently, Study Helper assists in extending the daily access limit to questions posted on brianly.com. Future versions will see more tools and functionalities that allow you to get the most reliable answers when you need them. 


*DISCLAIMERS*
-Study Helper does not condone cheating or plagiarism. All of the answers that Study Helper assists with providing are for studying purposes only. 
-Study Helper is NOT a replacement for the websites that it operates on.                    

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

ชื่อ Study Helper Study Helper
ID oimboniilmnjebfjflcijinpglgoifhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm
คำอธิบาย Get quick, reliable answers to your homework and study questions.
ขนาดไฟล์ 8.1 KB
จำนวนการติดตั้ง 427
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-11
วันที่เผยแพร่ 2020-11-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Study Helper
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Helper",
    "version": "1.0",
    "description": "Get quick, reliable answers to your homework and study questions.",
    "icons": {
        "128": "studyhelper128.png",
        "48": "studyhelper48.png",
        "16": "studyhelper16.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/brainly.com\/question\/*"
            ],
            "js": [
                "brainly.js"
            ]
        }
    ]
}