LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

LaTeX Cheat Sheet là gì?

LaTeX Cheat Sheet là một tiện ích mở rộng Chrome được phát triển bởi Abir Bhushan, và tính năng chính của nó là "A LaTeX cheat sheet, one click away".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LaTeX Cheat Sheet

Tải xuống các tệp mở rộng LaTeX Cheat Sheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
URL Chính Thức https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Mô tả A LaTeX cheat sheet, one click away
Kích Thước Tệp 24.91 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-12-06
Ngày Phát Hành 2019-12-05
Nhà Phát Triển Abir Bhushan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/abircb/latex-cheat-sheet
URL Trang Trợ Giúp https://github.com/abircb/latex-cheat-sheet/issues
Ngôn Ngữ Được Hỗ Trợ 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'"
}