SeatMath: Forms-Friendly Equation Editor

SeatMath: Forms-Friendly Equation Editor

Converts mathematical equations into utf-8 text for google forms or anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SeatMath: Forms-Friendly Equation Editor",
  "version": "0.0.0.1",
  "description": "Converts mathematical equations into utf-8 text for google forms or anywhere on the web.",
  "icons": {
    "16": "images/SeatMath16.png",
    "32": "images/SeatMath32.png",
    "48": "images/SeatMath48.png",
    "128": "images/SeatMath128.png"
  },
  "browser_action": {
    "default_icon": "images/SeatMath16.png",
    "default_popup": "formsfriendly.html"
  },
  "permissions": [
    "storage"
  ]
}