mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
37 lines
668 B
JSON
37 lines
668 B
JSON
{
|
|
"name": "ChatGPT Scripts",
|
|
"author": "lencx",
|
|
"description": "ChatGPT Desktop Application Core Extension Scripts.",
|
|
"url": "https://github.com/lencx/ChatGPT/tree/main/scripts",
|
|
"scripts": [
|
|
{
|
|
"name": "chat.js",
|
|
"version": "0.1.4"
|
|
},
|
|
{
|
|
"name": "cmd.js",
|
|
"version": "0.1.2"
|
|
},
|
|
{
|
|
"name": "core.js",
|
|
"version": "0.1.2"
|
|
},
|
|
{
|
|
"name": "dalle2.js",
|
|
"version": "0.1.0"
|
|
},
|
|
{
|
|
"name": "export.js",
|
|
"version": "0.1.5"
|
|
},
|
|
{
|
|
"name": "markdown.export.js",
|
|
"version": "0.1.0"
|
|
},
|
|
{
|
|
"name": "popup.core.js",
|
|
"version": "0.1.0"
|
|
}
|
|
]
|
|
}
|