Pollux

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

Apa itu Pollux?

Pollux adalah ekstensi Chrome yang dikembangkan oleh juandetodev, dan fitur utamanya adalah "Summarize and explain: instant processing of selected text with GPT while browsing.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pollux

Unduh file ekstensi Pollux dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pollux Pollux
ID pfnjnoljecfpnjenjijncmdgmpmhnfhb
URL Resmi https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb
Deskripsi Summarize and explain: instant processing of selected text with GPT while browsing.
Ukuran File 102 KB
Jumlah Instalasi 34
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-04-05
Tanggal Publikasi 2023-04-01
Penilaian 5.00/5 Total 6 Penilaian
Pengembang juandetodev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg
Bahasa yang Didukung 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
}