Summarize AI

AI-powered summarization for any webpage

What is Summarize AI?

Summarize AI is a Chrome extension developed by ilieberacha123, and its main feature is "AI-powered summarization for any webpage".

Extension Screenshots

screenshot

Download Summarize AI Extension CRX File

Download Summarize AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Summarize AI Summarize AI
ID pcndedfdmllnllkgbohdhhjoeigbgmod
Official URL https://chromewebstore.google.com/detail/summarize-ai/pcndedfdmllnllkgbohdhhjoeigbgmod
Description AI-powered summarization for any webpage
File Size 448 KB
Installation Count 420
Current Version 1.0
Last Updated 2023-04-06
Publish Date 2023-04-06
Rating 2.33/5 Total 3 Ratings
Developer ilieberacha123
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}