LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

Wat is LaTeX Cheat Sheet?

LaTeX Cheat Sheet is een Chrome-extensie ontwikkeld door Abir Bhushan, en de belangrijkste functie is "A LaTeX cheat sheet, one click away".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LaTeX Cheat Sheet

Download LaTeX Cheat Sheet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
Officiële URL https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Beschrijving A LaTeX cheat sheet, one click away
Bestandsgrootte 24.91 KB
Aantal Installaties 193
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-12-06
Publicatiedatum 2019-12-05
Ontwikkelaar Abir Bhushan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/abircb/latex-cheat-sheet
Help Pagina-URL https://github.com/abircb/latex-cheat-sheet/issues
Ondersteunde Talen 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'"
}