Summarize

Display a summary for the article on the current page

什么是Summarize?

Summarize是由Petrix开发的Chrome扩展程序,该扩展的主要功能是“Display a summary for the article on the current page”。

扩展截图

screenshot
screenshot
screenshot

下载Summarize扩展crx文件

下载Summarize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Google Chrome extention that displays a summary of the article on the current page.                    

扩展基本信息

名称 Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
官方URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
简介 Display a summary for the article on the current page
文件大小 17.83 KB
安装次数 203
当前版本 1.0
更新时间 2016-06-27
上架时间 2016-06-27
评分 1.00/5 共1次评分
开发者 Petrix
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/petre2dor/summarizeChromeExtension
帮助页面URL https://github.com/petre2dor/summarizeChromeExtension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}