Chat Gpt Long Text Input
A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Was ist Chat Gpt Long Text Input?
Chat Gpt Long Text Input ist eine Chrome-Erweiterung, die von tamt entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".
Erweiterungsscreenshots
Chat Gpt Long Text Input-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chat Gpt Long Text Input-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ported from: https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input A browser extension for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Grundlegende Informationen zur Erweiterung
Name | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
Offizielle URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
Beschreibung | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
Dateigröße | 117 KB |
Installationsanzahl | 621 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-04-20 |
Veröffentlichungsdatum | 2023-04-20 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | tamt |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Chrome\/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.", "manifest_version": 3, "name": "Chat Gpt Long Text Input", "version": "1.1", "homepage_url": "https:\/\/github.com\/NicoleFaye\/Chat-Gpt-Long-Text-Input", "icons": { "48": "icons\/Red48.png" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": "icons\/Red32.png", "default_title": "Chat Gpt Long Text Input", "default_popup": "popup\/ChatGptLongTextInput.html" } } |