grabClaude2AI

Download Claude 2 conversations into Text files.

什麼是grabClaude2AI?

grabClaude2AI是由SlipTheTrap開發的Chrome擴展程式,該擴展的主要功能是“Download Claude 2 conversations into Text files.”。

擴展截圖

screenshot

下載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 grabClaude2AI
ID ciponckjkffinoemiggkkfdgkphmjibi
官方網址 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"
    ]
}