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.
Chat Gpt Long Text Input란 무엇입니까?
Chat Gpt Long Text Input은(는) tamt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time."입니다.
확장 프로그램 스크린샷
Chat Gpt Long Text Input 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Chat Gpt Long Text Input |
ID | foklfgbcnbjnjcpfmcgjimomcaehaahc |
공식 URL | https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc |
설명 | A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time. |
파일 크기 | 117 KB |
설치 횟수 | 621 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-04-20 |
출시 날짜 | 2023-04-20 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | tamt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |