Open Study Notebook

Open Study Notebook

Load and store notes (e.g. formula, theorems) on Open Study

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open Study Notebook",
  "description": "Load and store notes (e.g. formula, theorems) on Open Study",
  "version": "1.4",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://openstudy.com/*"
      ],
      "css": [
        "openstudy_extended.css",
        "notebook.css"
      ],
      "js": [
        "jquery.js",
        "notebook.js",
        "interface.js",
        "inject.js"
      ]
    }
  ]
}