Latex Comments

Compile and show latex formulas in comments.

What is Latex Comments?

Latex Comments is a Chrome extension developed by eyal.fink, and its main feature is "Compile and show latex formulas in comments.".

Extension Screenshots

screenshot

Download Latex Comments Extension CRX File

Download Latex Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Compile and show latex formulas in comments (on bitbucket)                    

Extension Basic Information

Name Latex Comments Latex Comments
ID pnbacpdpbhmkgfdjnibjdjmiahnoennj
Official URL https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj
Description Compile and show latex formulas in comments.
File Size 7.02 KB
Installation Count 60
Current Version 1.5
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 2.67/5 Total 3 Ratings
Developer eyal.fink
Payment Type free
Extension Website https://bitbucket.org/efink/latex-comments-extension/overview
Help Page URL https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open
Supported Languages 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"
        }
    ]
}