Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Copy Chat GPTとは何ですか?
Copy Chat GPTはkeithtrroyによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to copy chat GPT responses with a click of a button or through CMD+K」です。
拡張機能のスクリーンショット
Copy Chat GPT拡張機能のCRXファイルをダウンロード
Copy Chat GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K 拡張機能の基本情報
| 名前 | |
| ID | ejhmbicpoopanfdgheceflehbmapaeji |
| 公式URL | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
| 説明 | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
| ファイルサイズ | 132 KB |
| インストール数 | 157 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2023-01-19 |
| 公開日 | 2023-01-19 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | keithtrroy |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://inkbotdesign.com/ |
| ヘルプページのURL | https://inkbotdesign.com/contact/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Mohsin",
"name": "Copy Chat GPT",
"icons": {
"16": "media\/16.png",
"19": "media\/19.png",
"38": "media\/38.png",
"48": "media\/48.png",
"128": "media\/128.png"
},
"description": "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K",
"version": "0.2.1",
"content_scripts": [
{
"js": [
"init.js"
],
"css": [
"styles.css"
],
"matches": [
"https:\/\/chat.openai.com\/*"
]
}
]
} | |