GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
什麼是GPTAnywhere?
GPTAnywhere是由GPTAnywhere開發的Chrome擴展程式,該擴展的主要功能是“Super Easy access to ChatGPT with a simple Chrome-Extension”。
擴展截圖
下載GPTAnywhere擴展crx文件
下載GPTAnywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT. 擴展基本資訊
| 名稱 | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| 官方網址 | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| 簡介 | Super Easy access to ChatGPT with a simple Chrome-Extension |
| 檔案大小 | 516 KB |
| 安裝次數 | 5,000 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2022-12-16 |
| 上架時間 | 2022-12-16 |
| 評分 | 4.17/5 共 6 次評分 |
| 開發者 | GPTAnywhere |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPTAnywhere",
"description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_popup": "frontend\/index.html"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"background": {
"service_worker": "background\/index.js"
}
} | |