Latex Comments

Compile and show latex formulas in comments.

Cos'è Latex Comments?

Latex Comments è un'estensione di Chrome sviluppata da eyal.fink, e la sua funzione principale è "Compile and show latex formulas in comments.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Latex Comments

Scarica i file di estensione Latex Comments 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

                        Compile and show latex formulas in comments (on bitbucket)                    

Informazioni di Base sull'Estensione

Nome Latex Comments Latex Comments
ID pnbacpdpbhmkgfdjnibjdjmiahnoennj
URL Ufficiale https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj
Descrizione Compile and show latex formulas in comments.
Dimensione del File 7.02 KB
Conteggio Installazioni 60
Versione Corrente 1.5
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore eyal.fink
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/efink/latex-comments-extension/overview
URL della Pagina di Aiuto https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latex Comments",
    "description": "Compile and show latex formulas in comments.",
    "version": "1.5",
    "permissions": [
        "https:\/\/bitbucket.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bitbucket.org\/*"
            ],
            "css": [],
            "js": [
                "latexify.js"
            ],
            "run_at": "document_idle"
        }
    ]
}