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开发的Chrome扩展程序,该扩展的主要功能是“Uplevel your writing with re:write powered by ChatGPT API”。

扩展截图

screenshot
screenshot
screenshot

下载re:write - Your writing companion扩展crx文件

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