Pollux

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

Vad är Pollux?

Pollux är en Chrome-tillägg utvecklad av juandetodev, och dess huvudfunktion är "Summarize and explain: instant processing of selected text with GPT while browsing.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Pollux-förlängningens CRX-fil

Ladda ner Pollux-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Pollux Pollux
ID pfnjnoljecfpnjenjijncmdgmpmhnfhb
Officiell webbadress https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb
Beskrivning Summarize and explain: instant processing of selected text with GPT while browsing.
Filstorlek 102 KB
Antal Installationer 34
Aktuell Version 1.1.1
Senast Uppdaterad 2023-04-05
Publiceringsdatum 2023-04-01
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare juandetodev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg
Stödda Språk 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
}