Notes Keeper

An extension to take notes
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Notes Keeper",
  "version": "2.0",
  "manifest_version": 3,
  "description": "An extension to take notes",
  "icons": {
    "16": "icons/pen16.png",
    "32": "icons/pen32.png",
    "64": "icons/pen64.png",
    "128": "icons/pen128.png"
  },
  "action": {
    "default_popup": "main/index.html"
  },
  "permissions": [
    "downloads"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}