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"
}