QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
What is QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! is a Chrome extension developed by Tareq Rafed, and its main feature is "QuickRead is an Extension to summarize highlighted text on the web.".
Extension Screenshots
Download QuickRead | AI to Summarize Text on Web! Extension CRX File
Download QuickRead | AI to Summarize Text on Web! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
Official URL | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Description | QuickRead is an Extension to summarize highlighted text on the web. |
File Size | 110 KB |
Installation Count | 78 |
Current Version | 0.0.1 |
Last Updated | 2023-02-14 |
Publish Date | 2023-02-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Tareq Rafed |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Supported Languages | 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:\/\/*\/*", " |