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.
Wat is Chat Gpt Long Text Input?
Chat Gpt Long Text Input is een Chrome-extensie ontwikkeld door tamt, en de belangrijkste functie is "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Gpt Long Text Input
Download Chat Gpt Long Text Input-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
| Officiële URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
| Beschrijving | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
| Bestandsgrootte | 117 KB |
| Aantal Installaties | 621 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-04-20 |
| Publicatiedatum | 2023-04-20 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | tamt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |