grabClaude2AI

Download Claude 2 conversations into Text files.

What is grabClaude2AI?

grabClaude2AI is a Chrome extension developed by SlipTheTrap, and its main feature is "Download Claude 2 conversations into Text files.".

Extension Screenshots

screenshot

Download grabClaude2AI Extension CRX File

Download grabClaude2AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Now you can capture/grab into a TXT file or copy to the clipboard an entire chat session with Claude 2 A.I.                    

Extension Basic Information

Name grabClaude2AI grabClaude2AI
ID ciponckjkffinoemiggkkfdgkphmjibi
Official URL https://chromewebstore.google.com/detail/grabclaude2ai/ciponckjkffinoemiggkkfdgkphmjibi
Description Download Claude 2 conversations into Text files.
File Size 7.48 KB
Installation Count 96
Current Version 1.0
Last Updated 2023-07-17
Publish Date 2023-07-16
Rating 5.00/5 Total 1 Ratings
Developer SlipTheTrap
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}