Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

Summarize article란 무엇입니까?

Summarize article은(는) Shape Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin reads and summarizes the full article with a little help of OpenAi"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

확장 프로그램 기본 정보

이름 Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
공식 URL https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
설명 Plugin reads and summarizes the full article with a little help of OpenAi
파일 크기 463 KB
설치 횟수 292
현재 버전 1.2.0
최근 업데이트 2023-03-22
출시 날짜 2023-02-23
평점 3.90/5 총 10 개의 평점
개발자 Shape Labs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.articlesummarizer.co/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}