Summarize the Internet
Displays a summary of the text or article on the current page.
什么是Summarize the Internet?
Summarize the Internet是由Don Patrick开发的Chrome扩展程序,该扩展的主要功能是“Displays a summary of the text or article on the current page.”。
扩展截图
下载Summarize the Internet扩展crx文件
下载Summarize the Internet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clicking the taskbar button will summarize the current page in a popup. Text is typically reduced to 50-20%, depending on how much valuable information it contains. This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides. (Also available for Firefox)
扩展基本信息
名称 | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
官方URL | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
简介 | Displays a summary of the text or article on the current page. |
文件大小 | 57.46 KB |
安装次数 | 3,711 |
当前版本 | 1.9.0 |
更新时间 | 2022-05-08 |
上架时间 | 2020-03-17 |
评分 | 5.00/5 共7次评分 |
开发者 | Don Patrick |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://artistdetective.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarize the Internet", "version": "1.9.0", "description": "Displays a summary of the text or article on the current page.", "author": "Patrick Dhondt", "developer": { "name": "Patrick Dhondt", "url": "https:\/\/artistdetective.wordpress.com" }, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon32.png", "default_title": "Summarize page", "default_popup": "summarise.htm" } } |