LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

¿Qué es LaTeX Cheat Sheet?

LaTeX Cheat Sheet es una extensión de Chrome desarrollada por Abir Bhushan, y su función principal es "A LaTeX cheat sheet, one click away".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LaTeX Cheat Sheet

Descarga archivos de extensión LaTeX Cheat Sheet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
URL Oficial https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Descripción A LaTeX cheat sheet, one click away
Tamaño del Archivo 24.91 KB
Cantidad de Instalaciones 193
Versión Actual 1.0.1
Última Actualización 2019-12-06
Fecha de Publicación 2019-12-05
Desarrollador Abir Bhushan
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/abircb/latex-cheat-sheet
URL de la Página de Ayuda https://github.com/abircb/latex-cheat-sheet/issues
Idiomas Soportados 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'"
}