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

Co je Ryf.ai | A free ChatGPT AI rewriter?

Ryf.ai | A free ChatGPT AI rewriter je rozšíření Chrome vyvinuté Damiano Rodriguez, a jeho hlavní funkcí je „A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ryf.ai | A free ChatGPT AI rewriter

Stáhněte si soubory rozšíření Ryf.ai | A free ChatGPT AI rewriter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Ryf.ai | A free ChatGPT AI rewriter Ryf.ai | A free ChatGPT AI rewriter
ID ihedhionpjodbfkepamdlkadkmipccia
Oficiální URL https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia
Popis A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology
Velikost souboru 240 KB
Počet instalací 338
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-05-09
Datum Vydání 2023-02-13
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář Damiano Rodriguez
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ryf.ai/
URL Stránky Nápovědy https://ryf.ai/
URL Stránky Zásad Ochrany Soukromí https://ryf.ai/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}