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.
Co je Chat Gpt Long Text Input?
Chat Gpt Long Text Input je rozšíření Chrome vyvinuté tamt, a jeho hlavní funkcí je „A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chat Gpt Long Text Input
Stáhněte si soubory rozšíření Chat Gpt Long Text Input ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
Oficiální URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
Popis | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
Velikost souboru | 117 KB |
Počet instalací | 621 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-04-20 |
Datum Vydání | 2023-04-20 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | tamt |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |