Pollux

Summarize and explain: instant processing of selected text with GPT while browsing.

Что такое Pollux?

Pollux - это расширение Chrome, разработанное juandetodev, и его основная функция - "Summarize and explain: instant processing of selected text with GPT while browsing.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance your browsing experience with GPT-powered text summarization and explanation. With this Chrome extension, you can easily summarize or explain selected text by simply right-clicking on it. Get quick, accurate summaries and explanations to help you understand and digest information faster than ever before.

Check our youtube channel!

https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg                    

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

Название Pollux Pollux
ID pfnjnoljecfpnjenjijncmdgmpmhnfhb
Официальный URL https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb
Описание Summarize and explain: instant processing of selected text with GPT while browsing.
Размер файла 102 KB
Количество установок 34
Текущая Версия 1.1.1
Последнее Обновление 2023-04-05
Дата публикации 2023-04-01
Рейтинг 5.00/5 Всего 6 оценок
Разработчик juandetodev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pollux",
    "version": "1.1.1",
    "description": "Summarize and explain: instant processing of selected text with GPT while browsing.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": ".\/assets\/magic-wand.png",
        "32": ".\/assets\/magic-wand.png",
        "48": ".\/assets\/magic-wand.png",
        "128": ".\/assets\/magic-wand.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}