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
官方網址 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"
}