-
Notifications
You must be signed in to change notification settings - Fork 508
/
Copy pathnoi.extensions.json
46 lines (46 loc) · 1.6 KB
/
noi.extensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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.14",
"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
}
]
}