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
Eメール [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
}