Markdown Capturer - BibCit Firefox

Examine source code of Markdown Capturer - BibCit

By: Bibcit Add-on
Inspect and view changes in Markdown Capturer - BibCit 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": "Markdown Capturer - BibCit",
  "description": "Capture Markdown, download docx, pdf from chatgpt, Gemini, NotebookLM. For NotebookLM it also includes intext and references.",
  "version": "2.9",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Capture MD"
  },
  "background": {
    "scripts": [
      "scripts/utils.js",
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/bibcit_marker.js"
      ],
      "matches": [
        "https://www.bibcit.com/*",
        "https://bibcit.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/content_inject.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://notebooklm.google.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/content_utils.js",
        "scripts/content.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://notebooklm.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "scripts/notebooklm_upload.js"
      ],
      "matches": [
        "https://notebooklm.google.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "web_accessible_resources": [
    "scripts/injector.js",
    "_locales/*/messages.json"
  ],
  "default_locale": "en",
  "permissions": [
    "storage",
    "downloads",
    "tabs",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://gemini.google.com/*",
    "https://notebooklm.google.com/*",
    "https://api.bibcit.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bibcithelp@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  }
}

Best Markdown Capturer - BibCit Alternatives

Here are some Firefox add-ons that are similar to Markdown Capturer - BibCit: