Summarizer
Summarize the current page
什么是Summarizer?
Summarizer是由mirandachaiken开发的Chrome扩展程序,该扩展的主要功能是“Summarize the current page”。
扩展截图
下载Summarizer扩展crx文件
下载Summarizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read only the most important paragraphs of long articles and save important summaries in your account to read later
扩展基本信息
名称 | |
ID | dmbibehpblbnkacpmiecigdkcomfkhkm |
官方URL | https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm |
简介 | Summarize the current page |
文件大小 | 24.55 KB |
安装次数 | 156 |
当前版本 | 3.0 |
更新时间 | 2015-07-29 |
上架时间 | 2015-07-29 |
评分 | 1.00/5 共2次评分 |
开发者 | mirandachaiken |
付费类型 | free |
扩展官网 | http://104.236.53.73/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarize the current page", "version": "3.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarizer" }, "manifest_version": 2 } |