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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Chat Gpt Long Text Input एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}