GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
什么是GPT-Based?
GPT-Based是由https://gptbased.net开发的Chrome扩展程序,该扩展的主要功能是“GPTBased is used to generate effective prompts for ChatGPT”。
扩展截图
下载GPT-Based扩展crx文件
下载GPT-Based扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts 扩展基本信息
| 名称 | |
| ID | jeecjckgihbjgajddicjajmfopmhoahp |
| 官方URL | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
| 简介 | GPTBased is used to generate effective prompts for ChatGPT |
| 文件大小 | 140 KB |
| 安装次数 | 69 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2023-08-29 |
| 上架时间 | 2023-04-26 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://gptbased.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gptbased.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GPT-Based",
"version": "0.0.6",
"description": "GPTBased is used to generate effective prompts for ChatGPT",
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16926242660.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |