Summarize AI

AI-powered summarization for any webpage

Wat is Summarize AI?

Summarize AI is een Chrome-extensie ontwikkeld door ilieberacha123, en de belangrijkste functie is "AI-powered summarization for any webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Summarize AI

Download Summarize AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Summarize AI Summarize AI
ID pcndedfdmllnllkgbohdhhjoeigbgmod
Officiële URL https://chromewebstore.google.com/detail/summarize-ai/pcndedfdmllnllkgbohdhhjoeigbgmod
Beschrijving AI-powered summarization for any webpage
Bestandsgrootte 448 KB
Aantal Installaties 420
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-06
Publicatiedatum 2023-04-06
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar ilieberacha123
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}