Summarizer

Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.

什么是Summarizer?

Summarizer是由https://freshte.ch开发的Chrome扩展程序,该扩展的主要功能是“Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Summarizer扩展crx文件

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

扩展使用说明

                        Summarizer will save you the time-consuming pain of reading long articles and comments.  On any website, you can select a long, boring article, right-click and summarise it in a few sentences!

This even works for those long PDF publications from prestigious universities you don't want to read.

Additionally, for you Redditers out there - good news! Long comments are automatically summarised, with any "tl;dr" placed at the *top* of the comment, along with the automatically-generated summary.

New Features:
- Automatic Imperial-to-metric converter for lengths and weights - across all sites!
- Improved summarizer will detect sentences better.


More sites and features to come! Tell me what you want in the feedback section.

Feedback is important to me and hope this extension saves you time too. Let me know of any bugs (currently in Beta) or features to add.                    

扩展基本信息

名称 Summarizer Summarizer
ID nehmaijilccnklmhkjlmmcnbjobdodhp
官方URL https://chromewebstore.google.com/detail/summarizer/nehmaijilccnklmhkjlmmcnbjobdodhp
简介 Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.
文件大小 53.56 KB
安装次数 5,231
当前版本 0.65
更新时间 2013-07-27
上架时间 2013-07-26
评分 3.42/5 共36次评分
开发者 https://freshte.ch
付费类型 free
扩展官网 http://freshte.ch
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarizer",
    "description": "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.",
    "version": "0.65",
    "icons": {
        "16": "images\/temple\/micro.png",
        "128": "images\/temple\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "summariser.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "summary.css"
            ],
            "js": [
                "jquery.js",
                "summariser.js",
                "summary.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}