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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tamt และคุณลักษณะหลักของมันคือ "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Gpt Long Text Input
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |