WebWork Buddy

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

什麼是WebWork Buddy?

WebWork Buddy是由https://webworkbuddy.me開發的Chrome擴展程式,該擴展的主要功能是“Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載WebWork Buddy擴展crx文件

下載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
官方網址 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"
    ]
}