QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
什么是QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web!是由Tareq Rafed开发的Chrome扩展程序,该扩展的主要功能是“QuickRead is an Extension to summarize highlighted text on the web.”。
扩展截图
下载QuickRead | AI to Summarize Text on Web!扩展crx文件
下载QuickRead | AI to Summarize Text on Web!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
官方URL | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
简介 | QuickRead is an Extension to summarize highlighted text on the web. |
文件大小 | 110 KB |
安装次数 | 78 |
当前版本 | 0.0.1 |
更新时间 | 2023-02-14 |
上架时间 | 2023-02-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Tareq Rafed |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
支持的语言 | 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:\/\/*\/*", " |