MathQuill Image Generator

Generates image based on equations entered using the MathQuill (Desmos) equation editor.

MathQuill Image Generatorคืออะไร?

MathQuill Image Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SparrowTheNerd และคุณลักษณะหลักของมันคือ "Generates image based on equations entered using the MathQuill (Desmos) equation editor."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MathQuill Image Generator

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

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

                        Are you frustrated with the Google Docs equation editor? Need to take math notes, but can't write in equations fast enough?

The MathQuill Image Generator allows for fast and easy equation typing with the same syntax as websites like Desmos and Symbolab. After entering your equation, you can do whatever you like with the generated image from dragging it into an online word processor like Google Docs to copying the image or its address to use elsewhere.
This extension streamlines your ability to write LaTeX quickly and efficiently and is an essential productivity tool for any student!

FUTURE PLANS:
• Settings menu for font size, font type, etc
• Automatically add image to clipboard (no need to drag the image)                    

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

ชื่อ MathQuill Image Generator MathQuill Image Generator
ID jfmickknjfaeeilnjfbcfbakkijafihh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mathquill-image-generator/jfmickknjfaeeilnjfbcfbakkijafihh
คำอธิบาย Generates image based on equations entered using the MathQuill (Desmos) equation editor.
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 727
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-05-26
วันที่เผยแพร่ 2021-05-25
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา SparrowTheNerd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Sparrowhawk120/MathQuill-Extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MathQuill Image Generator",
    "description": "Generates image based on equations entered using the MathQuill (Desmos) equation editor.",
    "version": "0.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/43146.png",
            "32": "\/images\/43146.png",
            "48": "\/images\/43146.png",
            "128": "\/images\/43146.png"
        }
    },
    "icons": {
        "16": "\/images\/43146.png",
        "32": "\/images\/43146.png",
        "48": "\/images\/43146.png",
        "128": "\/images\/43146.png"
    },
    "options_page": "options.html"
}