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 là gì?
Ryf.ai | A free ChatGPT AI rewriter là một tiện ích mở rộng Chrome được phát triển bởi Damiano Rodriguez, và tính năng chính của nó là "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ryf.ai | A free ChatGPT AI rewriter
Tải xuống các tệp mở rộng Ryf.ai | A free ChatGPT AI rewriter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ryf.ai | A free ChatGPT AI rewriter |
ID | ihedhionpjodbfkepamdlkadkmipccia |
URL Chính Thức | https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia |
Mô tả | A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 338 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-05-09 |
Ngày Phát Hành | 2023-02-13 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Damiano Rodriguez |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ryf.ai/ |
URL Trang Trợ Giúp | https://ryf.ai/ |
URL Trang Chính Sách Bảo Mật | https://ryf.ai/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |