Pollux

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

Pollux là gì?

Pollux là một tiện ích mở rộng Chrome được phát triển bởi juandetodev, và tính năng chính của nó là "Summarize and explain: instant processing of selected text with GPT while browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pollux

Tải xuống các tệp mở rộng Pollux dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pollux Pollux
ID pfnjnoljecfpnjenjijncmdgmpmhnfhb
URL Chính Thức https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb
Mô tả Summarize and explain: instant processing of selected text with GPT while browsing.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2023-04-01
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển juandetodev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg
Ngôn Ngữ Được Hỗ Trợ 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
}