TeX Math Here Firefox

Examine source code of TeX Math Here

Inspect and view changes in TeX Math Here source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TeX Math Here",
  "version": "0.61",
  "description": "Use the TeX markup language to take math here, there, or just about anywhere that images are supported.",
  "icons": {
    "128": "icons/texhere128.png"
  },
  "background": {
    "scripts": [
      "latex_transport.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/texhere128.png"
    },
    "default_title": "TeX Math Here",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    },
    {
      "matches": [
        "*://docs.google.com/document/*",
        "*://docs.google.com/presentation/*"
      ],
      "js": [
        "dblclick_edit.js"
      ]
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+U",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+U"
      }
    }
  }
}

Best TeX Math Here Alternatives

Here are some Firefox add-ons that are similar to TeX Math Here: