Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

Co to jest Summarize article?

Summarize article to rozszerzenie Chrome opracowane przez Shape Labs, a jego główną funkcją jest „Plugin reads and summarizes the full article with a little help of OpenAi”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Summarize article

Pobierz pliki rozszerzeń Summarize article w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

Podstawowe informacje o rozszerzeniu

Nazwa Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
Oficjalny URL https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
Opis Plugin reads and summarizes the full article with a little help of OpenAi
Rozmiar pliku 463 KB
Liczba instalacji 292
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-03-22
Data Publikacji 2023-02-23
Ocena 3.90/5 Łącznie 10 Oceny
Deweloper Shape Labs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.articlesummarizer.co/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}