ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
什麼是ChromeGPT?
ChromeGPT是由jacobweber530開發的Chrome擴展程式,該擴展的主要功能是“This extension allows users to access ChatGPT from Google Chrome.”。
擴展截圖
下載ChromeGPT擴展crx文件
下載ChromeGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web.
擴展基本資訊
名稱 | ChromeGPT |
ID | opfphcebignofejehlpbniikajkkggch |
官方網址 | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
簡介 | This extension allows users to access ChatGPT from Google Chrome. |
檔案大小 | 145 KB |
安裝次數 | 94 |
目前版本 | 1.0.1 |
更新時間 | 2022-12-20 |
上架時間 | 2022-12-13 |
評分 | 4.00/5 共 1 次評分 |
開發者 | jacobweber530 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChromeGPT", "version": "1.0.1", "description": "This extension allows users to access ChatGPT from Google Chrome.", "permissions": [ "https:\/\/api.openai.com\/*", "storage" ], "action": { "default_popup": "popup.html" } } |