NotesManager Firefox

Examine source code of NotesManager

By: Psydo
Inspect and view changes in NotesManager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notizen-Add-On",
  "version": "1.0",
  "description": "Add-On zum Verwalten von Notizen.",
  "icons": {
    "96": "icons/icon_96.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "96": "icons/icon_96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "notes.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a217da25-13f3-4c41-8a45-a7b575bf5685}"
    }
  }
}

Best NotesManager Alternatives

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