ChatGPT Suffixes
Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
什么是ChatGPT Suffixes?
ChatGPT Suffixes是由dara_tobi开发的Chrome扩展程序,该扩展的主要功能是“Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.”。
扩展截图
下载ChatGPT Suffixes扩展crx文件
下载ChatGPT Suffixes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT. 扩展基本信息
| 名称 | |
| ID | oehgfocgldkopdjdkeikddcdkdechplm |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm |
| 简介 | Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT. |
| 文件大小 | 11.81 KB |
| 安装次数 | 57 |
| 当前版本 | 1.0.7 |
| 更新时间 | 2023-06-04 |
| 上架时间 | 2023-04-12 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | dara_tobi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/dara_tobi |
| 帮助页面URL | https://twitter.com/dara_tobi |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dara Oladosu",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"index.js"
]
}
],
"description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
"icons": {
"48": "chat-gpt-suffixes.png"
},
"manifest_version": 3,
"name": "ChatGPT Suffixes",
"offline_enabled": true,
"permissions": [
"storage"
],
"short_name": "ChatGPT Suffixes",
"version": "1.0.7"
} | |