LaTeX Cheat Sheet

A LaTeX cheat sheet, one click away

O que é LaTeX Cheat Sheet?

LaTeX Cheat Sheet é uma extensão do Chrome desenvolvida por Abir Bhushan, e sua principal característica é "A LaTeX cheat sheet, one click away".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LaTeX Cheat Sheet

Baixe arquivos de extensão LaTeX Cheat Sheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome LaTeX Cheat Sheet LaTeX Cheat Sheet
ID hgpipalfldnmpieagkbdkeflgmkhbfba
URL Oficial https://chromewebstore.google.com/detail/latex-cheat-sheet/hgpipalfldnmpieagkbdkeflgmkhbfba
Descrição A LaTeX cheat sheet, one click away
Tamanho do Arquivo 24.91 KB
Contagem de Instalações 193
Versão Atual 1.0.1
Última Atualização 2019-12-06
Data de Publicação 2019-12-05
Desenvolvedor Abir Bhushan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/abircb/latex-cheat-sheet
URL da Página de Ajuda https://github.com/abircb/latex-cheat-sheet/issues
Idiomas Suportados 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'"
}