eznote Firefox

Examine source code of eznote

Inspect and view changes in eznote source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quicknote",
  "version": "1.1",
  "description": "Allows the user to make quick notes by clicking a button and entering text into the resulting popup. The notes are saved in storage. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#quicknote",
  "icons": {
    "48": "icons/quicknote-48.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/quicknote-32.png"
    },
    "default_title": "Quicknote",
    "default_popup": "popup/quicknotes.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "eznote@gmail.com"
    }
  }
}

Best eznote Alternatives

Here are some Firefox add-ons that are similar to eznote: