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
官方網址 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"
    }
}