ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
ChatGPT Sidebarとは何ですか?
ChatGPT Sidebarはankh.dev.ioによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that creates a sidebar for ChatGPT」です。
拡張機能のスクリーンショット
ChatGPT Sidebar拡張機能のCRXファイルをダウンロード
ChatGPT Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!).
Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs.
Access via the extension action icon! 拡張機能の基本情報
| 名前 | |
| ID | llbhbmemofnidifkpffglhipkjdbgghf |
| 公式URL | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
| 説明 | A Chrome extension that creates a sidebar for ChatGPT |
| ファイルサイズ | 17.08 KB |
| インストール数 | 58 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2023-10-13 |
| 公開日 | 2023-09-29 |
| 評価 | 2.00/5 合計 1 レビュー |
| 開発者 | ankh.dev.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Sidebar",
"version": "0.0.1",
"description": "A Chrome extension that creates a sidebar for ChatGPT",
"permissions": [
"sidePanel"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "ChatGPT Sidebar"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
]
} | |