Summate.it Article Summarizer

Summarizes web articles

Wat is Summate.it Article Summarizer?

Summate.it Article Summarizer is een Chrome-extensie ontwikkeld door https://summate.it, en de belangrijkste functie is "Summarizes web articles".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Summate.it Article Summarizer

Download Summate.it Article Summarizer-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

                        Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.                    

Basisinformatie over de Extensie

Naam Summate.it Article Summarizer Summate.it Article Summarizer
ID jfgldafgjblmcnahhhbghlnlhgophjhl
Officiële URL https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl
Beschrijving Summarizes web articles
Bestandsgrootte 16.42 KB
Aantal Installaties 486
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-26
Publicatiedatum 2023-06-25
Ontwikkelaar https://summate.it
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://summate.it/help.php
URL van de Privacybeleid Pagina https://help.fivefilters.org/push-to-kindle/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summate.it Article Summarizer",
    "version": "1.0",
    "description": "Summarizes web articles",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Summarize this page",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}