QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
Qu'est-ce que QuickRead | AI to Summarize Text on Web! ?
QuickRead | AI to Summarize Text on Web! est une extension Chrome développée par Tareq Rafed, et sa fonction principale est "QuickRead is an Extension to summarize highlighted text on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickRead | AI to Summarize Text on Web!
Téléchargez les fichiers d'extension QuickRead | AI to Summarize Text on Web! 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
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
Informations de Base sur l'Extension
Nom | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
URL Officiel | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Description | QuickRead is an Extension to summarize highlighted text on the web. |
Taille du Fichier | 110 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-02-14 |
Date de Publication | 2023-02-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tareq Rafed |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Langues Prises en Charge | 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:\/\/*\/*", " |