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"
        ]
      }
    }
  }
}

최고의 Quick Notes 대안

다음은 Quick Notes과(와) 유사한 Firefox add-on입니다: