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
官方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
}