Maf Eqn
A fast, shortcut based equation editor with realtime preview and cymath, WeBWorK and Google Forms support.
Maf Eqnคืออะไร?
Maf Eqn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A fast, shortcut based equation editor with realtime preview and cymath, WeBWorK and Google Forms support."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maf Eqn
ดาวน์โหลดไฟล์ส่วนขยาย Maf Eqn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Full disclosure: This chrome extension is based off the the WolframAlpha version of this extension. This was developed due to the need for full steps without paying for premium subscription because students be broke and Cymath understands that. This is a fast equation editor/viewer that allows you to type equations quickly using helpful shortcuts and see them with the real-time preview. You can then search for the equation or systems of equations on Cymath to solve it with steps shown for free! You can also copy or save the equation as an image by right-clicking it, or by dragging in sites such as Google Docs. You can use the extension directly on the Cymath website by clicking the Maf Eqn icon on the page. To access extension options, right-click the extension button and select "Options". You can use Quick Equations on any WeBWorK site by enabling that feature in the extension options. The extension also supports Google Forms and that can be enabled in the options. To add an equation as part of a question, click the image button in Google Forms and then drag the equation from the extension popup to the drop area. You can also preview equations while answering questions or viewing responses by clicking the Maf Eqn icon next to them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Maf Eqn |
ID | cebcolpmclpeoloabdaomcnpjiimhnoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/maf-eqn/cebcolpmclpeoloabdaomcnpjiimhnoe |
คำอธิบาย | A fast, shortcut based equation editor with realtime preview and cymath, WeBWorK and Google Forms support. |
ขนาดไฟล์ | 91.9 KB |
จำนวนการติดตั้ง | 587 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-14 |
วันที่เผยแพร่ | 2020-06-13 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maf Eqn", "short_name": "maf eqn", "version": "0.0.0.1", "manifest_version": 2, "description": "A fast, shortcut based equation editor with realtime preview and cymath, WeBWorK and Google Forms support.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "vendor\/jquery-3.3.1.min.js", "vendor\/jqmath-etc-0.4.6.min.js", "equation.js", "cymath.js" ], "css": [ "vendor\/jqmath-0.4.3.css", "cymath.css" ], "matches": [ "http:\/\/www.cymath.com\/answer*", "https:\/\/www.cymath.com\/answer*" ] } ], "permissions": [ "storage" ], "optional_permissions": [ "tabs", "webNavigation", "http:\/\/docs.google.com\/*", "https:\/\/docs.google.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon.png" ] } |