ChatGPT-Box

AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support

ChatGPT-Boxคืออะไร?

ChatGPT-Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skkmvp และคุณลักษณะหลักของมันคือ "AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        AI toolbox for ChatGPT,can use recommended prompts,custom and manage your own prompts and choice different models,eg.GPT4,DALL·E support ......

version1.0.0 updated:support any page select text and call chatGPT api to process your task。Such as summarize the selected text,ask the selected text or  select the text do any what you want chatGPT do,like process the text....                    

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

ชื่อ ChatGPT-Box ChatGPT-Box
ID bpnffccnbopjjgkcffmgcbhjiahiebbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-box/bpnffccnbopjjgkcffmgcbhjiahiebbk
คำอธิบาย AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 775
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2023-03-24
ผู้พัฒนา skkmvp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB,en-US,zh-CN
manifest.json
{
    "name": "ChatGPT-Box",
    "short_name": "ChatGPT-Box",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL\u00b7E support",
    "icons": {
        "16": "static\/img\/ch-16.png",
        "48": "static\/img\/ch-48.png",
        "128": "static\/img\/ch-128.png"
    },
    "default_locale": "en_US",
    "action": {
        "default_icon": "static\/img\/ch-16.png",
        "default_title": "ChatGPT-Box",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "optional_permissions": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/img\/ch-16.png",
                "static\/img\/ch-48.png",
                "static\/img\/loading.gif",
                "static\/js\/jquery\/jquery-3.3.1.min.js",
                "static\/js\/eval.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/chrome.google.com\/*"
            ],
            "js": [
                "static\/js\/jquery\/jquery-3.3.1.min.js",
                "static\/js\/eval.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.cocosk.com\/"
}