Files
Noi/extensions/noi.extensions.json
2025-02-07 00:23:19 +08:00

46 lines
1.6 KiB
JSON

{
"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.17",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask",
"dirname": "noi-ask",
"disabled": false
},
{
"name": "@noi/ask-custom",
"description": "The best assistant for batch asking and quick typing of prompts.",
"version": "0.1.0",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask-custom",
"dirname": "noi-ask-custom",
"disabled": false
},
{
"name": "@noi/export-chatgpt",
"description": "ChatGPT chat history export, supports PDF, Image, and Markdown formats.",
"version": "0.1.1",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-export-chatgpt",
"dirname": "noi-export-chatgpt",
"disabled": false
},
{
"name": "@noi/reset",
"description": "Reset certain website styles to enhance compatibility with Noi.",
"version": "0.1.3",
"url": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
"dirname": "noi-reset",
"disabled": false
},
{
"name": "Thinking Claude",
"description": "Let Claude think. Makes Claude's thinking process expandable and collapsible.",
"version": "0.1.2",
"url": "https://github.com/lencx/Noi/tree/main/extensions/thinking-claude",
"dirname": "thinking-claude",
"disabled": false
}
]
}