Multi Note

Multi Note

this is simple notepad, supports most 6 notepad record retention

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Multi Note",
  "version": "1.3.1",
  "manifest_version": 2,
  "description": "this is simple notepad, supports most 6 notepad record retention",
  "icons": {
    "48": "icon_B.png"
  },
  "browser_action": {
    "default_title": "Multi Note",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  }
}