Summarize AI

AI-powered summarization for any webpage

什么是Summarize AI?

Summarize AI是由ilieberacha123开发的Chrome扩展程序,该扩展的主要功能是“AI-powered summarization for any webpage”。

扩展截图

screenshot

下载Summarize AI扩展crx文件

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

扩展使用说明

                        Introducing our AI-powered summarization Chrome extension, designed to help you quickly and easily digest any webpage. With just one click,we will automatically scan the webpage and generate a concise summary that captures the most important information.                    

扩展基本信息

名称 Summarize AI Summarize AI
ID pcndedfdmllnllkgbohdhhjoeigbgmod
官方URL https://chromewebstore.google.com/detail/summarize-ai/pcndedfdmllnllkgbohdhhjoeigbgmod
简介 AI-powered summarization for any webpage
文件大小 448 KB
安装次数 420
当前版本 1.0
更新时间 2023-04-06
上架时间 2023-04-06
评分 2.33/5 共3次评分
开发者 ilieberacha123
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarize AI",
    "description": "AI-powered summarization for any webpage",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "My Extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo3.png",
        "48": ".\/logo3.png",
        "128": ".\/logo3.png"
    }
}