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
Qu'est-ce que Ryf.ai | A free ChatGPT AI rewriter ?
Ryf.ai | A free ChatGPT AI rewriter est une extension Chrome développée par Damiano Rodriguez, et sa fonction principale est "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ryf.ai | A free ChatGPT AI rewriter
Téléchargez les fichiers d'extension Ryf.ai | A free ChatGPT AI rewriter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Ryf.ai | A free ChatGPT AI rewriter |
ID | ihedhionpjodbfkepamdlkadkmipccia |
URL Officiel | https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia |
Description | A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology |
Taille du Fichier | 240 KB |
Nombre d'Installations | 338 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-05-09 |
Date de Publication | 2023-02-13 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Damiano Rodriguez |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ryf.ai/ |
URL de la Page d'Aide | https://ryf.ai/ |
URL de la Page de Politique de Confidentialité | https://ryf.ai/privacy.html |
Langues Prises en Charge | 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" ] } ] } |