Latex Comments

Latex Comments

Compile and show latex formulas in comments.

Merlin
Additional files are visible only to premium users

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"
    }
  ]
}