Summarizer

Summarizes long articles for you.

什么是Summarizer?

Summarizer是由Nimeet Shah开发的Chrome扩展程序,该扩展的主要功能是“Summarizes long articles for you.”。

扩展截图

screenshot
screenshot

下载Summarizer扩展crx文件

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

扩展使用说明

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

扩展基本信息

名称 Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
官方URL https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
简介 Summarizes long articles for you.
文件大小 62.66 KB
安装次数 26
当前版本 1.3
更新时间 2018-04-24
上架时间 2018-04-24
开发者 Nimeet Shah
付费类型 free
扩展官网 https://www.buymeacoffee.com/nimeet
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}