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은(는) seatmatheducationalproducts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts mathematical equations into utf-8 text for google forms or anywhere on the web."입니다.
확장 프로그램 스크린샷
SeatMath: Forms-Friendly Equation Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |