1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
This commit is contained in:
lencx 2023-05-18 15:45:43 +08:00
commit dd91f0f1f2
2 changed files with 13 additions and 15 deletions

3
scripts/README.md Normal file
View File

@ -0,0 +1,3 @@
# ChatGPT Scripts
ChatGPT Desktop Application Core Extension Scripts.

View File

@ -1,41 +1,36 @@
{
"name": "ChatGPT Script",
"name": "ChatGPT Scripts",
"author": "lencx",
"description": "ChatGPT Desktop Application Core Extension Scripts.",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts",
"scripts": [
{
"name": "core.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/chat.js"
"version": "0.1.0"
},
{
"name": "cmd.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/cmd.js"
"version": "0.1.0"
},
{
"name": "core.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/core.js"
"version": "0.1.0"
},
{
"name": "dalle2.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/dalle2.js"
"version": "0.1.0"
},
{
"name": "export.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/export.js"
"version": "0.1.0"
},
{
"name": "markdown.export.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/markdown.export.js"
"version": "0.1.0"
},
{
"name": "popup.core.js",
"version": "0.1.0",
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts/popup.core.js"
"version": "0.1.0"
}
]
}