Summarizer

Summarizes long articles for you.

Summarizer란 무엇입니까?

Summarizer은(는) Nimeet Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarizes long articles for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Summarizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

확장 프로그램 기본 정보

이름 Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
공식 URL https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
설명 Summarizes long articles for you.
파일 크기 62.66 KB
설치 횟수 26
현재 버전 1.3
최근 업데이트 2018-04-24
출시 날짜 2018-04-24
개발자 Nimeet Shah
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymeacoffee.com/nimeet
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}