By: Shubham
Inspect and view changes in ChatGPT Markdown Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "ChatGPT Markdown Copier",
"version": "1.0",
"description": "Adds a copy button next to each ChatGPT output to copy markdown text.",
"permissions": [
"clipboardWrite",
"scripting"
],
"host_permissions": [
"https://chatgpt.com/*"
],
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "chatgpt-copy@shubh.ink",
"strict_min_version": "91.0"
}
}
} Best ChatGPT Markdown Copier Alternatives
Here are some Firefox add-ons that are similar to ChatGPT Markdown Copier:
chatgpt-copy-button
Anatolii V.
ChatGPT → Markdown (Side Panel)
Luigi S
ChatGPT Export to Markdown
J. Chik
gpt-copy
shantanu
ChatGPT & Gemini Markdown Copy
bowmanhan
ChatGPT Clipper
baslie
ChatGPT to HTML
TheLazyCat
ChatGPT Bottom Copy Code Button & Statistics
Krzysztof Gniewek
ChatGPT Markdown Exporter
devcxl