Quick Tab Notes Firefox

Examine source code of Quick Tab Notes

By: F8BET
Inspect and view changes in Quick Tab Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Tab Notes",
  "version": "1.0.0",
  "description": "Save quick notes tied to the current site's origin from the popup. Uses no remote code and minimal permissions.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Quick Tab Notes",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-tab-notes@example.com",
      "strict_min_version": "68.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Quick Tab Notes Alternatives

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