Gmail Thread Notes Firefox

Examine source code of Gmail Thread Notes

By: TJ Add-on
Inspect and view changes in Gmail Thread Notes source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gmail Thread Notes",
  "version": "1.0.5",
  "description": "Add private notes to Gmail threads. Notes appear above the subject line and sync across devices.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Gmail Thread Notes"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/note-16.png",
    "48": "icons/note-48.png",
    "128": "icons/note-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail-thread-notes@tj",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Gmail Thread Notes Alternatives

Here are some Firefox add-ons that are similar to Gmail Thread Notes: