Summarize the Internet

Displays a summary of the text or article on the current page.

Что такое Summarize the Internet?

Summarize the Internet - это расширение Chrome, разработанное Don Patrick, и его основная функция - "Displays a summary of the text or article on the current page.".

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

screenshot

Скачать файл CRX расширения Summarize the Internet

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

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

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

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

Название Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
Официальный URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Описание Displays a summary of the text or article on the current page.
Размер файла 57.46 KB
Количество установок 3,711
Текущая Версия 1.9.0
Последнее Обновление 2022-05-08
Дата публикации 2020-03-17
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Don Patrick
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://artistdetective.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}