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ファイルをダウンロード
Chat Gpt Long Text Input拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |