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
Wat is Ryf.ai | A free ChatGPT AI rewriter?
Ryf.ai | A free ChatGPT AI rewriter is een Chrome-extensie ontwikkeld door Damiano Rodriguez, en de belangrijkste functie is "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology".
Extensie Screenshots
Download het CRX-bestand van de extensie Ryf.ai | A free ChatGPT AI rewriter
Download Ryf.ai | A free ChatGPT AI rewriter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Ryf.ai | A free ChatGPT AI rewriter |
ID | ihedhionpjodbfkepamdlkadkmipccia |
Officiële URL | https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia |
Beschrijving | A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology |
Bestandsgrootte | 240 KB |
Aantal Installaties | 338 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-05-09 |
Publicatiedatum | 2023-02-13 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Damiano Rodriguez |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ryf.ai/ |
Help Pagina-URL | https://ryf.ai/ |
URL van de Privacybeleid Pagina | https://ryf.ai/privacy.html |
Ondersteunde Talen | 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" ] } ] } |