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
Eメール [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"
    }
}