Pollux

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

Co to jest Pollux?

Pollux to rozszerzenie Chrome opracowane przez juandetodev, a jego główną funkcją jest „Summarize and explain: instant processing of selected text with GPT while browsing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pollux

Pobierz pliki rozszerzeń Pollux 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pollux Pollux
ID pfnjnoljecfpnjenjijncmdgmpmhnfhb
Oficjalny URL https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb
Opis Summarize and explain: instant processing of selected text with GPT while browsing.
Rozmiar pliku 102 KB
Liczba instalacji 34
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-04-05
Data Publikacji 2023-04-01
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper juandetodev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg
Obsługiwane Języki 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
}