mirror of
https://github.com/lencx/Noi.git
synced 2026-01-05 03:40:45 +01:00
16 lines
452 B
JSON
16 lines
452 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "@noi/export-chatgpt",
|
|
"version": "0.1.0",
|
|
"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://*.openai.com/*"],
|
|
"js": ["main.js"],
|
|
"css": ["style.css"],
|
|
"run_at": "document_end",
|
|
"world": "MAIN"
|
|
}
|
|
]
|
|
} |