LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

Cos'è LaTeX Cheat Sheet?

LaTeX Cheat Sheet è un'estensione di Chrome sviluppata da Abir Bhushan, e la sua funzione principale è "A LaTeX cheat sheet, one click away".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LaTeX Cheat Sheet

Scarica i file di estensione LaTeX Cheat Sheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
URL Ufficiale https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Descrizione A LaTeX cheat sheet, one click away
Dimensione del File 24.91 KB
Conteggio Installazioni 193
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-12-06
Data di Pubblicazione 2019-12-05
Sviluppatore Abir Bhushan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/abircb/latex-cheat-sheet
URL della Pagina di Aiuto https://github.com/abircb/latex-cheat-sheet/issues
Lingue Supportate 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'"
}