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 |
| Eメール | [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"
} | |