LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

LaTeX Cheat Sheet란 무엇입니까?

LaTeX Cheat Sheet은(는) Abir Bhushan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A LaTeX cheat sheet, one click away"입니다.

확장 프로그램 스크린샷

screenshot

LaTeX Cheat Sheet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LaTeX Cheat Sheet is a browser extension for Google Chrome that provides easy access to many of the commands and packages used to create LaTeX documents; be it as simple as x^{2} or something as unfamiliar as BibTeX, this cheat sheet has got you covered.

Feedback:
Email: [email protected]

_______________________________________________

The best place for support is not in the reviews section below, but on GitHub: 

https://github.com/abircb/latex-cheat-sheet/issues                    

확장 프로그램 기본 정보

이름 LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
공식 URL https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
설명 A LaTeX cheat sheet, one click away
파일 크기 24.91 KB
설치 횟수 193
현재 버전 1.0.1
최근 업데이트 2019-12-06
출시 날짜 2019-12-05
개발자 Abir Bhushan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/abircb/latex-cheat-sheet
도움말 페이지 URL https://github.com/abircb/latex-cheat-sheet/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaTeX Cheat Sheet",
    "description": "A LaTeX cheat sheet, one click away",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "16": "icons\/icon16.png"
        },
        "default_title": "LaTex Cheat Sheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
}