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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chat Gpt Long Text Input 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"
    }
}