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
擴展基本資訊
名稱 | Copy Chat GPT |
ID | ejhmbicpoopanfdgheceflehbmapaeji |
官方網址 | 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\/*" ] } ] } |