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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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