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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rewritegpt.com, και η κύρια λειτουργία του είναι "Uplevel your writing with re:write powered by ChatGPT API".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης re:write - Your writing companion

Λήψη αρχείων επέκτασης re:write - Your writing companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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