Pollux

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

Polluxคืออะไร?

Pollux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juandetodev และคุณลักษณะหลักของมันคือ "Summarize and explain: instant processing of selected text with GPT while browsing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pollux

ดาวน์โหลดไฟล์ส่วนขยาย 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
}