WebWork Buddy

Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!

WebWork Buddyคืออะไร?

WebWork Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webworkbuddy.me และคุณลักษณะหลักของมันคือ "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        WebWork Buddy alleviates the stresses of dealing with bracket errors and syntax errors when entering in mathematical expressions on WebWork. By leveraging the Mathquill library, which is used by Desmos.com, computer scientists, and universities around the world, WebWork buddy is able to translate those mathematical expressions into a WebWork format such that the user can easily copy + paste the expression they need.                    

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

ชื่อ WebWork Buddy WebWork Buddy
ID bhgmcdkifnonmebnhnbadgdopdlodena
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webwork-buddy/bhgmcdkifnonmebnhnbadgdopdlodena
คำอธิบาย Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!
ขนาดไฟล์ 3.08 MB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-12-14
วันที่เผยแพร่ 2020-10-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://webworkbuddy.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webworkbuddy.me
URL หน้าช่วยเหลือ https://youtube.com/c/JackHeTech
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebWork Buddy",
    "version": "0.0.6",
    "description": "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "WebWork Buddy",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Ctrl+Shift+A"
            },
            "description": "Opens popup.html"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}