Ryf.ai | A free ChatGPT AI rewriter

A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology

什么是Ryf.ai | A free ChatGPT AI rewriter?

Ryf.ai | A free ChatGPT AI rewriter是由Damiano Rodriguez开发的Chrome扩展程序,该扩展的主要功能是“A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology”。

扩展截图

screenshot

下载Ryf.ai | A free ChatGPT AI rewriter扩展crx文件

下载Ryf.ai | A free ChatGPT AI rewriter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ryfai is a FOREVER FREE GPT AI-powered writing assistant that helps you write faster, better, and easier.

This extension can:
- Write emails for you with smart suggestions
- Generate content for any purpose with GPT-3 AI
- Rewrite and rephrase your writing to improve grammar, style, and tone
- Autocomplete sentences as you type
- Show you examples of different writing styles and genres

Ryfai is here to be your personal writing coach and tool.
Download it today and unleash your creativity!                    

扩展基本信息

名称 Ryf.ai | A free ChatGPT AI rewriter Ryf.ai | A free ChatGPT AI rewriter
ID ihedhionpjodbfkepamdlkadkmipccia
官方URL https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia
简介 A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology
文件大小 240 KB
安装次数 338
当前版本 0.0.3
更新时间 2023-05-09
上架时间 2023-02-13
评分 3.33/5 共3次评分
开发者 Damiano Rodriguez
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ryf.ai/
帮助页面URL https://ryf.ai/
隐私政策页面URL https://ryf.ai/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ryf.ai | A free ChatGPT AI rewriter",
    "description": "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology",
    "version": "0.0.3",
    "icons": {
        "512": "images\/icon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "images\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/jsxRuntime.module.41d724e6.js",
                "assets\/main.tsx.42b49a34.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.207dc97d.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "match_about_blank": true,
            "css": [
                "assets\/main.b04d3870.css"
            ]
        }
    ]
}