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 to jest Chat Gpt Long Text Input?
Chat Gpt Long Text Input to rozszerzenie Chrome opracowane przez tamt, a jego główną funkcją jest „A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat Gpt Long Text Input
Pobierz pliki rozszerzeń Chat Gpt Long Text Input w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
Oficjalny URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
Opis | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
Rozmiar pliku | 117 KB |
Liczba instalacji | 621 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-04-20 |
Data Publikacji | 2023-04-20 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | tamt |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |