ChatGenie for Chatgpt

The ultimate browser extension for accessing Chatgpt

ChatGenie for Chatgptคืออะไร?

ChatGenie for Chatgpt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgpt-chrome.com และคุณลักษณะหลักของมันคือ "The ultimate browser extension for accessing Chatgpt"

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

screenshot

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

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

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

                        Chatgenie brings the power of OpenAI's ChatGPT to your browsing experience, Chatgenie is focused on reliability and keeping up with recent changes.  

Features:  
• Easily access ChatGPT by clicking on the icon in the toolbar. The popup will appear and you can start a conversation with ChatGPT.  
• Quickly access ChatGPT from the navigation bar (aka Omnibox) by typing `gpt` and pressing space.  
• Run ChatGPT from the context menu.  
• Maintains a longer ChatGPT session by periodically pinging it.  

We strive to keep up with the fast-paced development of ChatGPT to bring you the best possible experience.  

How to use:  
• Log in to https://chat.openai.com  
• If you encounter an error, try opening chat.openai.com again. The service may be under high demand.  
• If you continue to experience issues, please report a bug in the review section of our extension's page.                    

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

ชื่อ ChatGenie for Chatgpt ChatGenie for Chatgpt
ID lgfokdfepidpjodalhpbjindjackhidg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgenie-for-chatgpt/lgfokdfepidpjodalhpbjindjackhidg
คำอธิบาย The ultimate browser extension for accessing Chatgpt
ขนาดไฟล์ 2.34 MB
จำนวนการติดตั้ง 8,259,670
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2023-02-04
คะแนน 4.12/5 รวมทั้งหมด 122 คะแนน
ผู้พัฒนา https://chatgpt-chrome.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatgpt-chrome.com/
URL หน้านโยบายความเป็นส่วนตัว https://chatgpt-chrome.com/privacy
ภาษาที่รองรับ 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.2",
    "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": [
                ""
            ]
        }
    ]
}