MathQuill Image Generator
Generates image based on equations entered using the MathQuill (Desmos) equation editor.
MathQuill Image Generator란 무엇입니까?
MathQuill Image Generator은(는) SparrowTheNerd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates image based on equations entered using the MathQuill (Desmos) equation editor."입니다.
확장 프로그램 스크린샷
MathQuill Image Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |