grabClaude2AI
Download Claude 2 conversations into Text files.
grabClaude2AIとは何ですか?
grabClaude2AIはSlipTheTrapによって開発されたChromeの拡張機能で、その主な機能は「Download Claude 2 conversations into Text files.」です。
拡張機能のスクリーンショット
grabClaude2AI拡張機能のCRXファイルをダウンロード
grabClaude2AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now you can capture/grab into a TXT file or copy to the clipboard an entire chat session with Claude 2 A.I.
拡張機能の基本情報
名前 | grabClaude2AI |
ID | ciponckjkffinoemiggkkfdgkphmjibi |
公式URL | https://chromewebstore.google.com/detail/grabclaude2ai/ciponckjkffinoemiggkkfdgkphmjibi |
説明 | Download Claude 2 conversations into Text files. |
ファイルサイズ | 7.48 KB |
インストール数 | 96 |
現在のバージョン | 1.0 |
最終更新日 | 2023-07-17 |
公開日 | 2023-07-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | SlipTheTrap |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "grabClaude2AI", "description": "Download Claude 2 conversations into Text files.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ] } |