grabClaude2AI
Download Claude 2 conversations into Text files.
Vad är grabClaude2AI?
grabClaude2AI är en Chrome-tillägg utvecklad av SlipTheTrap, och dess huvudfunktion är "Download Claude 2 conversations into Text files.".
Tilläggsskärmbilder
Ladda ner grabClaude2AI-förlängningens CRX-fil
Ladda ner grabClaude2AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Now you can capture/grab into a TXT file or copy to the clipboard an entire chat session with Claude 2 A.I.
Grundläggande Information om Tillägg
Namn | grabClaude2AI |
ID | ciponckjkffinoemiggkkfdgkphmjibi |
Officiell webbadress | https://chromewebstore.google.com/detail/grabclaude2ai/ciponckjkffinoemiggkkfdgkphmjibi |
Beskrivning | Download Claude 2 conversations into Text files. |
Filstorlek | 7.48 KB |
Antal Installationer | 96 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-07-17 |
Publiceringsdatum | 2023-07-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | SlipTheTrap |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |