Math as You Will
This extension allows you to utilize the power of TeX and MathJax.
Math as You Will란 무엇입니까?
Math as You Will은(는) Colliot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to utilize the power of TeX and MathJax."입니다.
확장 프로그램 스크린샷
Math as You Will 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to replace picture formulas with MathJax-rendered formula, render with MathJax anywhere with customizable settings, render temporarily, and output standard TeX code. ==初次使用請右擊圖標打開選項頁面== ==On first use please right click on the icon to open the option page== 1. Go to settings to customize as you will. Determine where and how math will be rendered and whether images will be replaced. Support wordpress, artofproblemsolving, and actually any site that puts the TeX code inside the image alt property. 2. Click on the extension icon to get the source code. The output is in the standard format, i.e. inline codes are indicated by $, and displaymode $$. This works on any sites with MathJax, even if it is not rendered by this extension. 3. In the context menu, there is a temporary-rendering button. Click once to load MathJax temporarily on a page that does not have MathJax loaded. This works on Gmail. ===Version 1.0.3=== Option page totally redesigned with AngularJS. Beware: this version modifies the CSP header and allows unsafe-eval to work on some sites with strict security policies (like GitHub). ===Version 1.0.2=== Added color and some other extensions to default. ===Version 1.0.1=== Fixed some html in the options page. For any suggestions and problems, please feel free to contact [email protected].
확장 프로그램 기본 정보
이름 | Math as You Will |
ID | dhclcadjnhmoimnlkbboigmihbebfmdc |
공식 URL | https://chromewebstore.google.com/detail/math-as-you-will/dhclcadjnhmoimnlkbboigmihbebfmdc |
설명 | This extension allows you to utilize the power of TeX and MathJax. |
파일 크기 | 19.17 MB |
설치 횟수 | 442 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-03-09 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Colliot |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "app\/chrome\/background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "js": [ "app\/chrome\/content_script.js" ], "matches": [ " |