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.

Apa itu Chat Gpt Long Text Input?

Chat Gpt Long Text Input adalah ekstensi Chrome yang dikembangkan oleh tamt, dan fitur utamanya adalah "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chat Gpt Long Text Input

Unduh file ekstensi Chat Gpt Long Text Input dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chat Gpt Long Text Input Chat Gpt Long Text Input
ID foklfgbcnbjnjcpfmcgjimomcaehaahc
URL Resmi https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc
Deskripsi A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Ukuran File 117 KB
Jumlah Instalasi 621
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-04-20
Tanggal Publikasi 2023-04-20
Penilaian 3.00/5 Total 2 Penilaian
Pengembang tamt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}