SummerEyes - AI Productivity Tool

Summarize any text on the internet in one click

Что такое SummerEyes - AI Productivity Tool?

SummerEyes - AI Productivity Tool - это расширение Chrome, разработанное https://summereyes.ai, и его основная функция - "Summarize any text on the internet in one click".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SummerEyes - AI Productivity Tool

Скачайте файлы расширений SummerEyes - AI Productivity Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Read more articles, process emails faster, know more in less time. Use the power of AI to summarize any text you can select in your browser, instantly. 

SummerEyes is an integrated, automated tool that lets you process far more information, far more quickly. From articles, to emails, cut through the BS, and find what matters in an easy-to-use way.                    

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

Название SummerEyes - AI Productivity Tool SummerEyes - AI Productivity Tool
ID hipjhgcpienlgjnecbhdaipgghicigei
Официальный URL https://chromewebstore.google.com/detail/summereyes-ai-productivit/hipjhgcpienlgjnecbhdaipgghicigei
Описание Summarize any text on the internet in one click
Размер файла 1.15 MB
Количество установок 2,019
Текущая Версия 2.0.3
Последнее Обновление 2023-03-07
Дата публикации 2022-07-06
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://summereyes.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://summereyes.ai/
URL страницы помощи https://summereyes.ai/support
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummerEyes - AI Productivity Tool",
    "description": "Summarize any text on the internet in one click",
    "manifest_version": 3,
    "version": "2.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/branding\/icon_16.png",
        "48": "resources\/branding\/icon_48.png",
        "128": "resources\/branding\/icon_128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScript.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}