SummarAI

Slicing Through Information Overload

什么是SummarAI?

SummarAI是由https://comwidedigital.com开发的Chrome扩展程序,该扩展的主要功能是“Slicing Through Information Overload”。

扩展截图

screenshot

下载SummarAI扩展crx文件

下载SummarAI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}