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 |
电子邮箱 | [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" ] } |