Pollux

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

什麼是Pollux?

Pollux是由juandetodev開發的Chrome擴展程式,該擴展的主要功能是“Summarize and explain: instant processing of selected text with GPT while browsing.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pollux擴展crx文件

下載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
官方網址 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
}