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.
Hvad er Chat Gpt Long Text Input?
Chat Gpt Long Text Input er en Chrome-udvidelse udviklet af tamt, og dens hovedfunktion er "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".
Udvidelsesskærmbilleder
Download Chat Gpt Long Text Input-udvidelses-CRX-fil
Download Chat Gpt Long Text Input-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
| Officiel URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
| Beskrivelse | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
| Filstørrelse | 117 KB |
| Antal Installationer | 621 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2023-04-20 |
| Udgivelsesdato | 2023-04-20 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | tamt |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |