SummarAI

Slicing Through Information Overload

SummarAI란 무엇입니까?

SummarAI은(는) https://comwidedigital.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Slicing Through Information Overload"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing SummarAI, the cutting-edge Chrome extension that empowers you to quickly and accurately summarize PDFs, text, and videos using advanced AI technology. With just a click, SummarAI extracts the most important information from your content, helping you save time and stay focused in the age of information overload.

Key Features:

Swiftly summarize PDFs, text, and videos with a single click
Utilize AI-powered algorithms for precise and accurate summaries
Customize summary length to suit your needs
Compatible with a wide range of content types and sources
Ideal for students, researchers, professionals, and anyone who values brevity
How it works:

Install the SummarAI Chrome extension
Navigate to the content you wish to summarize
Click the SummarAI icon in your browser toolbar
Choose your desired summary length and let the AI work its magic
Read, share, or save your concise, AI-generated summary
With SummarAI, you'll never again feel overwhelmed by endless streams of content. Whether you're a student trying to digest lengthy articles, a professional seeking to stay informed, or simply someone who values their time, SummarAI is the perfect tool to help you cut through the clutter and focus on what truly matters.

Join the SummarAI community today and experience the future of content summarization!

Note: SummarAI requires an internet connection to function, as it utilizes AI models hosted in the cloud. The extension respects user privacy and does not store any personal data or browsing history.                    

확장 프로그램 기본 정보

이름 SummarAI SummarAI
ID nfolcidakkjjmcdefcigbnhemccjfagg
공식 URL https://chromewebstore.google.com/detail/summarai/nfolcidakkjjmcdefcigbnhemccjfagg
설명 Slicing Through Information Overload
파일 크기 1.09 MB
설치 횟수 79
현재 버전 1.0.2
최근 업데이트 2023-03-31
출시 날짜 2023-03-31
개발자 https://comwidedigital.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://comwidedigital.com
도움말 페이지 URL https://comwidedigital.com
개인정보 보호 정책 페이지 URL https://comwidedigital.com/pages/1/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummarAI",
    "version": "1.0.2",
    "description": "Slicing Through Information Overload",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "40": "icon-40.png",
            "128": "icon-128.png"
        },
        "default_title": "Generate Summary"
    }
}