QuickTeX

Rapidly render LaTeX in the menu bar.

QuickTeX란 무엇입니까?

QuickTeX은(는) Arman Bhalla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rapidly render LaTeX in the menu bar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QuickTeX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images.

Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.                    

확장 프로그램 기본 정보

이름 QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
공식 URL https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
설명 Rapidly render LaTeX in the menu bar.
파일 크기 1.55 MB
설치 횟수 298
현재 버전 1.4
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.33/5 총 6 개의 평점
개발자 Arman Bhalla
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://techtide.github.io/
도움말 페이지 URL https://techtide.github.io/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTeX",
    "version": "1.4",
    "description": "Rapidly render LaTeX in the menu bar.",
    "icons": {
        "32": "icons\/QT-32.png",
        "48": "icons\/QT-48.png",
        "96": "icons\/QT-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/QT-96.png",
        "default_title": "QuickTeX",
        "default_popup": "popup\/window.html",
        "browser_style": true
    },
    "permissions": [
        "webRequest",
        "localStorage",
        "activeTabs"
    ]
}