Text Assistant

An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.

Text Assistant क्या है?

Text Assistant Cash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Text Assistant is a powerful tool that makes it easy to understand, proofread, and respond to text in your browser. With a simple selection, you can access the power of OpenAI's cutting-edge language models to get helpful explanations, grammar and spelling suggestions, and even generate text responses in natural language. To use the Text Assistant, you will need an OpenAI API key. Once you've obtained your API key, simply enter it in the extension's settings to get started.

Text icons created by Freepik - Flaticon                    

एक्सटेंशन की मूल जानकारी

नाम Text Assistant Text Assistant
ID jglecadoijaoddgfadfodbfamemmoald
आधिकारिक URL https://chromewebstore.google.com/detail/text-assistant/jglecadoijaoddgfadfodbfamemmoald
विवरण An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.
फ़ाइल का आकार 15.04 KB
स्थापना संख्या 87
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-04-06
प्रकाशन तिथि 2023-03-29
डेवलपर Cash
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Assistant",
    "version": "0.2",
    "description": "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}