re:write - Your writing companion

Uplevel your writing with re:write powered by ChatGPT API

re:write - Your writing companion क्या है?

re:write - Your writing companion https://rewritegpt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uplevel your writing with re:write powered by ChatGPT API"।

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

screenshot
screenshot
screenshot

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

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

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

                        Uplevel your writing with re:write, powered by ChatGPT API.

re:write is a writing assistant powered by GPT-3.5-turbo in order to help users rewrite text into robust, advanced variations, or perform quick grammar checks that provide detailed explanations. 

Some of re:write capabilities include (and are not limited to):
- Allow users to choose between four core tone parameters, as well as three length parameters to get the results they want.
- Provide users with three variations of rewrites given the sample text and specified parameters, allowing users to choose which rewrite best suits their needs.
- Perform quick grammar checks for inputted text, and deliver detailed and comprehensible explanations.

No need for a OpenAI account to use re:write. We provide GPT-3.5-turbo for FREE so that users are able to increase the quality of their writing with the help of AI, and also learn how to improve their writing with our grammar check functionality.

Email [email protected] for any questions, and don't forget to write a review telling us about your experience with re:write!                    

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

नाम re:write - Your writing companion re:write - Your writing companion
ID pjifjiphadppnphhcmkiempbimcbhjoo
आधिकारिक URL https://chromewebstore.google.com/detail/rewrite-your-writing-comp/pjifjiphadppnphhcmkiempbimcbhjoo
विवरण Uplevel your writing with re:write powered by ChatGPT API
फ़ाइल का आकार 33.94 KB
स्थापना संख्या 225
वर्तमान संस्करण 0.6
अंतिम अपडेट 2023-06-14
प्रकाशन तिथि 2023-06-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://rewritegpt.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rewritegpt.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "re:write - Your writing companion",
    "description": "Uplevel your writing with re:write powered by ChatGPT API",
    "version": "0.6",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/rewritegpt.wm.r.appspot.com\/fetchgpt",
        "https:\/\/api.mixpanel.com\/import"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "html\/popup.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/mail.naver.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/mail.naver.com\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/rewriteGPT_logo.png"
    },
    "icons": {
        "16": "images\/rewriteGPT_logo.png",
        "32": "images\/rewriteGPT_logo.png",
        "48": "images\/rewriteGPT_logo.png",
        "128": "images\/rewriteGPT_logo.png"
    }
}