Summate.it Article Summarizer
Summarizes web articles
什么是Summate.it Article Summarizer?
Summate.it Article Summarizer是由https://summate.it开发的Chrome扩展程序,该扩展的主要功能是“Summarizes web articles”。
扩展截图
下载Summate.it Article Summarizer扩展crx文件
下载Summate.it Article Summarizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.
扩展基本信息
名称 | Summate.it Article Summarizer |
ID | jfgldafgjblmcnahhhbghlnlhgophjhl |
官方URL | https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl |
简介 | Summarizes web articles |
文件大小 | 16.42 KB |
安装次数 | 486 |
当前版本 | 1.0 |
更新时间 | 2023-06-26 |
上架时间 | 2023-06-25 |
开发者 | https://summate.it |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://summate.it/help.php |
隐私政策页面URL | https://help.fivefilters.org/push-to-kindle/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summate.it Article Summarizer", "version": "1.0", "description": "Summarizes web articles", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Summarize this page", "default_icon": { "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ] } |