QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
Hvad er QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! er en Chrome-udvidelse udviklet af Tareq Rafed, og dens hovedfunktion er "QuickRead is an Extension to summarize highlighted text on the web.".
Udvidelsesskærmbilleder
Download QuickRead | AI to Summarize Text on Web!-udvidelses-CRX-fil
Download QuickRead | AI to Summarize Text on Web!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
Officiel URL | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Beskrivelse | QuickRead is an Extension to summarize highlighted text on the web. |
Filstørrelse | 110 KB |
Antal Installationer | 78 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2023-02-14 |
Udgivelsesdato | 2023-02-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Tareq Rafed |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Understøttede Sprog | 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:\/\/*\/*", " |