Quick Notes Firefox

Examine source code of Quick Notes

Inspect and view changes in Quick Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Notes",
  "version": "1.0.0",
  "description": "A simple notepad extension that saves notes in sidebar using localStorage.",
  "browser_action": {
    "default_title": "Quick Notes",
    "default_icon": "icons/icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidebar.html",
    "default_title": "Quick Notes Sidebar",
    "default_icon": "icons/icon16.png"
  },
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-notes-2026@codocraft.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas Quick Notes

Aqui estão algumas Firefox add-ons que são similares a Quick Notes: