AIChatClip — AI Chat to Obsidian & Notion Firefox

Examine source code of AIChatClip — AI Chat to Obsidian & Notion

Inspect and view changes in AIChatClip — AI Chat to Obsidian & Notion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1.2",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://grok.com/*",
    "https://chat.deepseek.com/*",
    "https://kimi.moonshot.cn/*",
    "https://kimi.com/*",
    "https://www.kimi.com/*",
    "https://www.perplexity.ai/*",
    "https://notebooklm.google.com/*",
    "https://aichatclip.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@aichatclip.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "AIChatClip",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://localhost/*",
        "https://aichatclip.com/auth/extension*"
      ],
      "include_globs": [
        "http://localhost:*/auth/extension*",
        "https://aichatclip.com/auth/extension*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/auth.js"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/chatgpt.js"
      ]
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/claude-ai.js"
      ]
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/deepseek.js"
      ]
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/gemini.js"
      ]
    },
    {
      "matches": [
        "https://grok.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/grok.js"
      ]
    },
    {
      "matches": [
        "https://kimi.com/*",
        "https://kimi.moonshot.cn/*",
        "https://www.kimi.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/kimi.js"
      ]
    },
    {
      "matches": [
        "https://notebooklm.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/notebooklm.js"
      ]
    },
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/perplexity.js"
      ]
    }
  ]
}

Best AIChatClip — AI Chat to Obsidian & Notion Alternatives

Here are some Firefox add-ons that are similar to AIChatClip — AI Chat to Obsidian & Notion: