ChatNote Firefox

Examine source code of ChatNote

Por: MK2000 Add-on
Inspect and view changes in ChatNote source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatNote",
  "version": "1.0",
  "description": "Comment on individual paragraphs in AI chat responses before sending your next message.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatnote@ai-paragraph-comments",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:3080/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://www.kimi.com/*",
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "shared.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "shared.js",
    "adapters/librechat.js",
    "adapters/chatgpt.js",
    "adapters/gemini.js",
    "adapters/grok.js",
    "adapters/kimi.js",
    "adapters/deepseek.js"
  ]
}

Mejores alternativas ChatNote

Aquí hay algunas Firefox add-ons que son similares a ChatNote: