TL;DR - Article Summarizer

TL;DR: Your 1-click article sharing with automatic summary

TL;DR - Article Summarizer란 무엇입니까?

TL;DR - Article Summarizer은(는) elad165에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TL;DR: Your 1-click article sharing with automatic summary"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TL;DR - Article Summarizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        * Cut to the chase - Let us summarize the article for you
* High-speed your article reading
* One-click share your TL;DR
* Summary text is highlighted in the article body                    

확장 프로그램 기본 정보

이름 TL;DR - Article Summarizer TL;DR - Article Summarizer
ID boaaioffjhehlmgopfimcfefcpeldena
공식 URL https://chromewebstore.google.com/detail/tldr-article-summarizer/boaaioffjhehlmgopfimcfefcpeldena
설명 TL;DR: Your 1-click article sharing with automatic summary
파일 크기 56.81 KB
설치 횟수 2,102
현재 버전 1.2
최근 업데이트 2014-11-05
출시 날짜 2014-11-05
평점 1.71/5 총 14 개의 평점
개발자 elad165
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR - Article Summarizer",
    "description": "TL;DR: Your 1-click article sharing with automatic summary",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}