Make Desmos Great Again

Makes variable values easier to read when in projector mode

Make Desmos Great Againคืออะไร?

Make Desmos Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scd31dev และคุณลักษณะหลักของมันคือ "Makes variable values easier to read when in projector mode"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Desmos Great Again

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

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

                        This extension makes it much easier to see the value of variables on Desmos. It increases the font size and adds a black background. This is useful if you're teaching a class, or if you have bad eyesight.                    

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

ชื่อ Make Desmos Great Again Make Desmos Great Again
ID pdphkcdbjpkadajcdofjjfadlhgadbkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj
คำอธิบาย Makes variable values easier to read when in projector mode
ขนาดไฟล์ 6.03 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2018-10-06
วันที่เผยแพร่ 2018-10-05
ผู้พัฒนา scd31dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Desmos Great Again",
    "version": "0.0.0.2",
    "description": "Makes variable values easier to read when in projector mode",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "ivon2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.desmos.com\/calculator*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}