Quick Page Notes Firefox

Examine source code of Quick Page Notes

By: 13WIN
Inspect and view changes in Quick Page Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Page Notes",
  "version": "1.0.0",
  "description": "Save short notes per page and inject them into pages. Minimal permissions and AMO-compliant (no remote code).",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickpagenotes@example.com"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Quick Page Notes",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self';"
}

Best Quick Page Notes Alternatives

Here are some Firefox add-ons that are similar to Quick Page Notes: