TeXr

TeXr

Making it easy to type math inline, anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TeXr",
  "description": "Making it easy to type math inline, anywhere.",
  "version": "1.01",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://*/*"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}