Summarly

Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience

什么是Summarly?

Summarly是由Den_dp开发的Chrome扩展程序,该扩展的主要功能是“Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Summarly扩展crx文件

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

扩展使用说明

                        Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text.
With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience.

The project is open source. Support us with pull request.
GItHub: https://github.com/enisher/summarly                    

扩展基本信息

名称 Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
官方URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
简介 Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
文件大小 20.02 KB
安装次数 126
当前版本 0.0.3
更新时间 2014-09-15
上架时间 2014-09-15
评分 3.60/5 共5次评分
开发者 Den_dp
付费类型 free
扩展官网 https://github.com/enisher/summarly
帮助页面URL https://github.com/enisher/summarly/issues
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarly",
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Click to summarize"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience",
    "permissions": [
        "http:\/\/summarly-api.herokuapp.com\/"
    ],
    "version": "0.0.3"
}