Summate.it Article Summarizer

Summarizes web articles

Что такое Summate.it Article Summarizer?

Summate.it Article Summarizer - это расширение Chrome, разработанное https://summate.it, и его основная функция - "Summarizes web articles".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Summate.it Article Summarizer

Скачайте файлы расширений Summate.it Article Summarizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Summate.it Article Summarizer Summate.it Article Summarizer
ID jfgldafgjblmcnahhhbghlnlhgophjhl
Официальный URL https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl
Описание Summarizes web articles
Размер файла 16.42 KB
Количество установок 486
Текущая Версия 1.0
Последнее Обновление 2023-06-26
Дата публикации 2023-06-25
Разработчик https://summate.it
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://summate.it/help.php
URL страницы политики конфиденциальности https://help.fivefilters.org/push-to-kindle/privacy.html
Поддерживаемые языки 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"
    ]
}