grabClaude2AI
Download Claude 2 conversations into Text files.
Wat is grabClaude2AI?
grabClaude2AI is een Chrome-extensie ontwikkeld door SlipTheTrap, en de belangrijkste functie is "Download Claude 2 conversations into Text files.".
Extensie Screenshots
Download het CRX-bestand van de extensie grabClaude2AI
Download grabClaude2AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Now you can capture/grab into a TXT file or copy to the clipboard an entire chat session with Claude 2 A.I.
Basisinformatie over de Extensie
Naam | grabClaude2AI |
ID | ciponckjkffinoemiggkkfdgkphmjibi |
Officiële URL | https://chromewebstore.google.com/detail/grabclaude2ai/ciponckjkffinoemiggkkfdgkphmjibi |
Beschrijving | Download Claude 2 conversations into Text files. |
Bestandsgrootte | 7.48 KB |
Aantal Installaties | 96 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-07-17 |
Publicatiedatum | 2023-07-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | SlipTheTrap |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |