note extension Firefox

Examine source code of note extension

Inspect and view changes in note extension 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.0.0",
  "description": "Quick offline notes, stored locally in browser",
  "author": "XMP <lanhanh64529@gmail.com>",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "QuickNote",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quicknote789@xmpi.net",
      "strict_min_version": "109.0"
    }
  },
  "permissions": []
}

Best note extension Alternatives

Here are some Firefox add-ons that are similar to note extension: