mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 01:50:44 +01:00
16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "@noi/export-chatgpt",
|
|
"version": "0.1.1",
|
|
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-export-chatgpt",
|
|
"description": "ChatGPT chat history export, supports PDF, Image, and Markdown formats.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://chatgpt.com/*"],
|
|
"js": ["main.js"],
|
|
"css": ["style.css"],
|
|
"run_at": "document_end",
|
|
"world": "MAIN"
|
|
}
|
|
]
|
|
} |