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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damiano Rodriguez และคุณลักษณะหลักของมันคือ "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ryf.ai | A free ChatGPT AI rewriter
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |