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.
What is Chat Gpt Long Text Input?
Chat Gpt Long Text Input is a Chrome extension developed by tamt, and its main feature 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.".
Extension Screenshots
Download Chat Gpt Long Text Input Extension CRX File
Download Chat Gpt Long Text Input extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
Official URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
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. |
File Size | 117 KB |
Installation Count | 621 |
Current Version | 1.1 |
Last Updated | 2023-04-20 |
Publish Date | 2023-04-20 |
Rating | 3.00/5 Total 2 Ratings |
Developer | tamt |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |