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ファイルをダウンロード

LaTeX Cheat Sheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}