SeatMath: Forms-Friendly Equation Editor
Converts mathematical equations into utf-8 text for google forms or anywhere on the web.
SeatMath: Forms-Friendly Equation Editorคืออะไร?
SeatMath: Forms-Friendly Equation Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seatmatheducationalproducts และคุณลักษณะหลักของมันคือ "Converts mathematical equations into utf-8 text for google forms or anywhere on the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SeatMath: Forms-Friendly Equation Editor
ดาวน์โหลดไฟล์ส่วนขยาย SeatMath: Forms-Friendly Equation Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
I created this extension to fill a need for my classroom. Students need to input math easily into plain textboxes like in google forms. They also need to be able to easily show their work. The students can make an equation in a friendly equation editor and the output is then changed into utf-8 encoded text that can be copied into any textbox (including google forms quizzes). They can also show their work in the workflow box and copy it all over to the clipboard to be pasted into a question on google forms that has been set to take paragraph answers. This allows students to work directly with forms instead of having to paste urls to images of their answers like with some other equation editors, which makes grading much less of a hassle. I have included support for the mathematical symbols that I use in my high school classes and support for chemistry. There is also support for adding italics, bold, and underline to text in google forms responses for language arts classes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SeatMath: Forms-Friendly Equation Editor |
ID | aaeffcfdmalohgjacccngamlobknlcbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seatmath-forms-friendly-e/aaeffcfdmalohgjacccngamlobknlcbj |
คำอธิบาย | Converts mathematical equations into utf-8 text for google forms or anywhere on the web. |
ขนาดไฟล์ | 2.92 MB |
จำนวนการติดตั้ง | 9,615 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2020-10-19 |
วันที่เผยแพร่ | 2020-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | seatmatheducationalproducts |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SeatMath: Forms-Friendly Equation Editor", "version": "0.0.0.1", "description": "Converts mathematical equations into utf-8 text for google forms or anywhere on the web.", "icons": { "16": "images\/SeatMath16.png", "32": "images\/SeatMath32.png", "48": "images\/SeatMath48.png", "128": "images\/SeatMath128.png" }, "browser_action": { "default_icon": "images\/SeatMath16.png", "default_popup": "formsfriendly.html" }, "permissions": [ "storage" ] } |