QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
¿Qué es QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! es una extensión de Chrome desarrollada por Tareq Rafed, y su función principal es "QuickRead is an Extension to summarize highlighted text on the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QuickRead | AI to Summarize Text on Web!
Descarga archivos de extensión QuickRead | AI to Summarize Text on Web! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Highlight text and get it summarized Features: * Simple UI to get your text on the fly (Just by highlighting it) * Supports: English, German, Arabic (Classical) * Uses GPT-3 model * 100% Free * Adjustable configuration for the responses
Información Básica de la Extensión
Nombre | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
URL Oficial | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Descripción | QuickRead is an Extension to summarize highlighted text on the web. |
Tamaño del Archivo | 110 KB |
Cantidad de Instalaciones | 78 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-02-14 |
Fecha de Publicación | 2023-02-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Tareq Rafed |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickRead | AI to Summarize Text on Web!", "version": "0.0.1", "description": "QuickRead is an Extension to summarize highlighted text on the web.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |