chore: extensions

This commit is contained in:
lencx
2024-01-31 17:36:52 +08:00
parent 22a87c0b3d
commit a0cd0b4de4
13 changed files with 117 additions and 25 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Noi Extensions",
"homepage": "https://github.com/lencx/Noi/blob/main/extensions/noi.extensions.json",
"extensions": [
{
"name": "@noi/ask",
"description": "The best assistant for batch asking and quick typing of prompts.",
"version": "0.1.1",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask",
"disabled": false
},
{
"name": "@noi/export-chatgpt",
"description": "ChatGPT chat history export, supports PDF, Image, and Markdown formats.",
"version": "0.1.0",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-export-chatgpt",
"disabled": false
},
{
"name": "@noi/reset",
"description": "Reset certain website styles to enhance compatibility with Noi.",
"version": "0.1.0",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
"disabled": false
}
]
}