QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
Vad är QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! är en Chrome-tillägg utvecklad av Tareq Rafed, och dess huvudfunktion är "QuickRead is an Extension to summarize highlighted text on the web.".
Tilläggsskärmbilder
Ladda ner QuickRead | AI to Summarize Text on Web!-förlängningens CRX-fil
Ladda ner QuickRead | AI to Summarize Text on Web!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
Officiell webbadress | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Beskrivning | QuickRead is an Extension to summarize highlighted text on the web. |
Filstorlek | 110 KB |
Antal Installationer | 78 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2023-02-14 |
Publiceringsdatum | 2023-02-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Tareq Rafed |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Stödda Språk | 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:\/\/*\/*", " |