Math Equations Anywhere
Add equations to your math page
Math Equations Anywhere란 무엇입니까?
Math Equations Anywhere은(는) https://mathequations.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add equations to your math page"입니다.
확장 프로그램 스크린샷
Math Equations Anywhere 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
--Features Support * Support for Latex,MathML, AsciiMath * should work on most websites * Colored Equations * Multiple Sizes * Downloadable Images How it works Type your math equation into the left text box and a preview of the image will be created on the right. When you are done it, click the "copy image" button and it will load the image into your clipboard. Then you can past the images with the command "Ctrl + V" or by right clicking and pasting. On website that support you can just drag the image into the webpage. Tested on * Google Slides, Google Docs, * Onenote message me with error or features at [email protected] Code - https://github.com/brendena/MathEquations-ExtensionV2
확장 프로그램 기본 정보
이름 | Math Equations Anywhere |
ID | fkioioejambaepmmpepneigdadjpfamh |
공식 URL | https://chromewebstore.google.com/detail/math-equations-anywhere/fkioioejambaepmmpepneigdadjpfamh |
설명 | Add equations to your math page |
파일 크기 | 1.03 MB |
설치 횟수 | 11,831 |
현재 버전 | 5.0.3 |
최근 업데이트 | 2022-07-20 |
출시 날짜 | 2020-03-29 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | https://mathequations.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math Equations Anywhere", "version": "5.0.3", "description": "Add equations to your math page", "manifest_version": 3, "author": "Brenden Adamczak", "permissions": [ "activeTab", "clipboardWrite", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "commands": { "open-close-extension": { "suggested_key": { "default": "Ctrl+Shift+U" }, "description": "Opens the extension or closes it" } }, "icons": { "16": ".\/img\/16x16.png", "32": ".\/img\/32x32.png", "48": ".\/img\/48x48.png", "96": ".\/img\/96x96.png", "128": ".\/img\/128x128.png", "512": ".\/img\/512x512.png" }, "action": { "default_icon": [], "default_title": "Math Equations" } } |