Latex Comments

Compile and show latex formulas in comments.

Wat is Latex Comments?

Latex Comments is een Chrome-extensie ontwikkeld door eyal.fink, en de belangrijkste functie is "Compile and show latex formulas in comments.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Latex Comments

Download Latex Comments-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

                        Compile and show latex formulas in comments (on bitbucket)                    

Basisinformatie over de Extensie

Naam Latex Comments Latex Comments
ID pnbacpdpbhmkgfdjnibjdjmiahnoennj
Officiële URL https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj
Beschrijving Compile and show latex formulas in comments.
Bestandsgrootte 7.02 KB
Aantal Installaties 60
Huidige Versie 1.5
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar eyal.fink
Betalingswijze free
Extensiewebsite https://bitbucket.org/efink/latex-comments-extension/overview
Help Pagina-URL https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open
Ondersteunde Talen 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"
        }
    ]
}