ChatGPT Sidebar for Chrome
Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
什麼是ChatGPT Sidebar for Chrome?
ChatGPT Sidebar for Chrome是由GPTcore Studio開發的Chrome擴展程式,該擴展的主要功能是“Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.”。
擴展截圖
下載ChatGPT Sidebar for Chrome擴展crx文件
下載ChatGPT Sidebar for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No wasting time anymore! Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs. You need to have an OpenAI Account.
擴展基本資訊
名稱 | ChatGPT Sidebar for Chrome |
ID | ofoglgkkfchhiomfffhgeeeklfbnncpf |
官方網址 | https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf |
簡介 | Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs. |
檔案大小 | 1.25 MB |
安裝次數 | 228 |
目前版本 | 1.0.0.0 |
更新時間 | 2023-09-11 |
上架時間 | 2023-09-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | GPTcore Studio |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gptcorestudio.netlify.app |
隱私政策頁面URL | https://gptcorestudio.com/legal/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar for Chrome", "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.", "version": "1.0.0.0", "background": { "service_worker": "\/background.js" }, "icons": { "16": "\/assets\/images\/ChatGPTIcon.png", "48": "\/assets\/images\/ChatGPTIcon.png", "128": "\/assets\/images\/ChatGPTIcon.png" }, "side_panel": { "default_path": "panel.html", "openPanelOnActionClick": true }, "offline_enabled": true, "permissions": [ "sidePanel" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "\/background.js" ] } ] } |