mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
merge
This commit is contained in:
commit
dd91f0f1f2
3
scripts/README.md
Normal file
3
scripts/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# ChatGPT Scripts
|
||||
|
||||
ChatGPT Desktop Application Core Extension Scripts.
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user