LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

What is LaTeX Cheat Sheet?

LaTeX Cheat Sheet is a Chrome extension developed by Abir Bhushan, and its main feature is "A LaTeX cheat sheet, one click away".

Extension Screenshots

screenshot

Download LaTeX Cheat Sheet Extension CRX File

Download LaTeX Cheat Sheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
Official URL https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Description A LaTeX cheat sheet, one click away
File Size 24.91 KB
Installation Count 193
Current Version 1.0.1
Last Updated 2019-12-06
Publish Date 2019-12-05
Developer Abir Bhushan
Email [email protected]
Payment Type free
Extension Website https://github.com/abircb/latex-cheat-sheet
Help Page URL https://github.com/abircb/latex-cheat-sheet/issues
Supported Languages 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'"
}