Superpowers for Chatgpt

The ultimate browser extension for accessing Chatgpt

Superpowers for Chatgptคืออะไร?

Superpowers for Chatgpt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Pass และคุณลักษณะหลักของมันคือ "The ultimate browser extension for accessing Chatgpt"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Superpowers for Chatgpt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Superpowers for ChatGPT - the ultimate browser extension for better chat experience.

Key Features:
• Effortlessly access ChatGPT by simply clicking on the icon in your browser's toolbar. Once the popup appears, you can initiate a conversation with instantly.
• Swiftly open ChatGPT directly from the navigation bar (also known as Omnibox) by typing 'gpt' and pressing the spacebar.
• Seamlessly access from the context menu.
• Sustain extended OpenAI sessions by regularly pinging the system.

How to Get Started:
• Log in to https://chat.openai.com.
• If you encounter any errors, please attempt to reopen chat.openai.com as the service might be experiencing high demand.
• Should you continue to encounter issues, kindly report any bugs you come across in the review section of our extension's page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Superpowers for Chatgpt Superpowers for Chatgpt
ID ibeabbjcphoflmlccjgpebbamkbglpip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superpowers-for-chatgpt/ibeabbjcphoflmlccjgpebbamkbglpip
คำอธิบาย The ultimate browser extension for accessing Chatgpt
ขนาดไฟล์ 2.33 MB
จำนวนการติดตั้ง 2,442,941
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2023-04-04
คะแนน 4.67/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Adam Pass
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vS61AaEj7BmBMGSum9pBCneLCNw24alSsgu-e9PiogpxgiOuQ5PTdPpd9Stv2P-acgtn21pjzY6oGaH/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.1.3",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "300": "icons\/300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "300": "icons\/300.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "alarms",
        "storage",
        "contextMenus",
        "scripting",
        "declarativeNetRequest"
    ],
    "omnibox": {
        "keyword": "gpt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}