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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}