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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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