Jmol Tutorial Creator++

Jmol Tutorial Creator++

For better, annoyance-free molecular tutorials.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jmol Tutorial Creator++",
  "short_name": "JTC++",
  "description": "For better, annoyance-free molecular tutorials.",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "https://cbm.msoe.edu/markMyweb/jmolCreatorStonyBrook/design.html"
      ],
      "js": [
        "design.injected.js"
      ],
      "css": [
        "design.injected.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://cbm.msoe.edu/markMyweb/jmolCreatorStonyBrook/",
        "https://cbm.msoe.edu/markMyweb/jmolCreatorStonyBrook/index.html"
      ],
      "js": [
        "index.injected.js"
      ],
      "css": [
        "index.injected.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "64": "icon.png",
    "128": "[email protected]"
  },
  "web_accessible_resources": [
    "headerBackground1.injected.png"
  ]
}