Easy Notes

Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy Notes",
  "version": "0.1.1",
  "browser_action": {
    "default_icon": "Icon.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}