Inspect and view changes in Markdown Capturer - BibCit source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Markdown Capturer - BibCit",
"description": "Capture Markdown and download docx and pdf from ChatGPT, Gemini, and Google Search.",
"version": "3.3",
"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://*.google.com/*",
"https://*.google.co.uk/*",
"https://*.google.co.in/*",
"https://*.google.de/*",
"https://*.google.fr/*",
"https://*.google.es/*",
"https://*.google.it/*",
"https://*.google.nl/*",
"https://*.google.be/*",
"https://*.google.ch/*",
"https://*.google.at/*",
"https://*.google.pt/*",
"https://*.google.pl/*",
"https://*.google.se/*",
"https://*.google.no/*",
"https://*.google.dk/*",
"https://*.google.fi/*",
"https://*.google.ie/*",
"https://*.google.ca/*",
"https://*.google.com.au/*",
"https://*.google.co.nz/*",
"https://*.google.co.jp/*",
"https://*.google.co.kr/*",
"https://*.google.com.sg/*",
"https://*.google.com.hk/*",
"https://*.google.com.tw/*",
"https://*.google.com.my/*",
"https://*.google.co.id/*",
"https://*.google.com.ph/*",
"https://*.google.co.th/*",
"https://*.google.com.vn/*",
"https://*.google.com.br/*",
"https://*.google.com.mx/*",
"https://*.google.com.ar/*",
"https://*.google.cl/*",
"https://*.google.co.za/*",
"https://*.google.com.ng/*",
"https://*.google.co.ke/*",
"https://*.google.co.il/*",
"https://*.google.com.tr/*",
"https://*.google.ru/*",
"https://*.google.com.ua/*",
"https://*.google.ro/*",
"https://*.google.hu/*",
"https://*.google.cz/*",
"https://*.google.sk/*",
"https://*.google.gr/*",
"https://*.google.bg/*",
"https://*.google.hr/*",
"https://*.google.rs/*",
"https://*.google.si/*",
"https://*.google.ee/*",
"https://*.google.lv/*",
"https://*.google.lt/*",
"https://*.google.is/*"
],
"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://*.google.com/*",
"https://*.google.co.uk/*",
"https://*.google.co.in/*",
"https://*.google.de/*",
"https://*.google.fr/*",
"https://*.google.es/*",
"https://*.google.it/*",
"https://*.google.nl/*",
"https://*.google.be/*",
"https://*.google.ch/*",
"https://*.google.at/*",
"https://*.google.pt/*",
"https://*.google.pl/*",
"https://*.google.se/*",
"https://*.google.no/*",
"https://*.google.dk/*",
"https://*.google.fi/*",
"https://*.google.ie/*",
"https://*.google.ca/*",
"https://*.google.com.au/*",
"https://*.google.co.nz/*",
"https://*.google.co.jp/*",
"https://*.google.co.kr/*",
"https://*.google.com.sg/*",
"https://*.google.com.hk/*",
"https://*.google.com.tw/*",
"https://*.google.com.my/*",
"https://*.google.co.id/*",
"https://*.google.com.ph/*",
"https://*.google.co.th/*",
"https://*.google.com.vn/*",
"https://*.google.com.br/*",
"https://*.google.com.mx/*",
"https://*.google.com.ar/*",
"https://*.google.cl/*",
"https://*.google.co.za/*",
"https://*.google.com.ng/*",
"https://*.google.co.ke/*",
"https://*.google.co.il/*",
"https://*.google.com.tr/*",
"https://*.google.ru/*",
"https://*.google.com.ua/*",
"https://*.google.ro/*",
"https://*.google.hu/*",
"https://*.google.cz/*",
"https://*.google.sk/*",
"https://*.google.gr/*",
"https://*.google.bg/*",
"https://*.google.hr/*",
"https://*.google.rs/*",
"https://*.google.si/*",
"https://*.google.ee/*",
"https://*.google.lv/*",
"https://*.google.lt/*",
"https://*.google.is/*"
],
"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://api.bibcit.com/*",
"https://*.google.com/*",
"https://*.google.co.uk/*",
"https://*.google.co.in/*",
"https://*.google.de/*",
"https://*.google.fr/*",
"https://*.google.es/*",
"https://*.google.it/*",
"https://*.google.nl/*",
"https://*.google.be/*",
"https://*.google.ch/*",
"https://*.google.at/*",
"https://*.google.pt/*",
"https://*.google.pl/*",
"https://*.google.se/*",
"https://*.google.no/*",
"https://*.google.dk/*",
"https://*.google.fi/*",
"https://*.google.ie/*",
"https://*.google.ca/*",
"https://*.google.com.au/*",
"https://*.google.co.nz/*",
"https://*.google.co.jp/*",
"https://*.google.co.kr/*",
"https://*.google.com.sg/*",
"https://*.google.com.hk/*",
"https://*.google.com.tw/*",
"https://*.google.com.my/*",
"https://*.google.co.id/*",
"https://*.google.com.ph/*",
"https://*.google.co.th/*",
"https://*.google.com.vn/*",
"https://*.google.com.br/*",
"https://*.google.com.mx/*",
"https://*.google.com.ar/*",
"https://*.google.cl/*",
"https://*.google.co.za/*",
"https://*.google.com.ng/*",
"https://*.google.co.ke/*",
"https://*.google.co.il/*",
"https://*.google.com.tr/*",
"https://*.google.ru/*",
"https://*.google.com.ua/*",
"https://*.google.ro/*",
"https://*.google.hu/*",
"https://*.google.cz/*",
"https://*.google.sk/*",
"https://*.google.gr/*",
"https://*.google.bg/*",
"https://*.google.hr/*",
"https://*.google.rs/*",
"https://*.google.si/*",
"https://*.google.ee/*",
"https://*.google.lv/*",
"https://*.google.lt/*",
"https://*.google.is/*",
"https://*.amazonaws.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:
ChatGPT & Gemini Markdown Copy
bowmanhan
AI Chat Exporter - Free, Private, OpenSource
Covai Labs
Markdown Collector
Simon Benedict
ChatGPT Export to Markdown
J. Chik
ChatGPT Markdown Exporter
devcxl
Save Your AI Chats
Robert Silven
MarkItDown Companion
Azwad Abrar
SaveGPT - AI Chat Exporter
chkrishna2001
Gemini Chat Exporter - PDF, Markdown & NotebookLM
TangerineKing
Chat Downloader
stur86
ChatGPT Exporter
oziabr
lilHelper
lilAgents