Summarizer

Summarize text online on any website with Summarizer extension...

Summarizer란 무엇입니까?

Summarizer은(는) enzipe.extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize text online on any website with Summarizer extension..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Summarizer is a free chrome extension of a summarizing tool that helps you produce more vivid content by reducing its length. Content juice is the key that grabs your reader’s attention, but content speaks outwardly if it remains under the garb of frivolous text lines.  This extension is beneficial for students and professionals alike. 
Here are a few reasons to use this tool.
1.	AI-based summarizer:
Our tool is based on artificial intelligence, as it knows very well which parts of the text are important and which are not. Hence, it gives a comprehensive summary of the content that appears to be a work of a human.
2.	No subscription :
Internet is replete with AI summarizers that demand monthly or yearly subscriptions to use. The charges are sometimes overwhelming for a student who can’t pay. We have designed this free-to-use tool for you.
4.	Instant result:
Manual summary making is a time taking task because you have to comprehend all the text. On the opposite, you can make a summary of your text in seconds by using this tool.                    

확장 프로그램 기본 정보

이름 Summarizer Summarizer
ID pijiaokemlmllbangijeojhfjnomdgmh
공식 URL https://chromewebstore.google.com/detail/summarizer/pijiaokemlmllbangijeojhfjnomdgmh
설명 Summarize text online on any website with Summarizer extension...
파일 크기 61.01 KB
설치 횟수 535
현재 버전 0.0.1
최근 업데이트 2021-08-28
출시 날짜 2021-08-28
평점 2.00/5 총 2 개의 평점
개발자 enzipe.extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paraphraser.io/text-summarizer
개인정보 보호 정책 페이지 URL https://www.paraphraser.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Summarize text online on any website with Summarizer extension...",
    "homepage_url": "https:\/\/www.paraphraser.io",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Summarizer",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.paraphraser.io",
        "https:\/\/www.paraphraser.io",
        "contextMenus"
    ],
    "version": "0.0.1"
}