ClippyAI GPT

Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy

ClippyAI GPTคืออะไร?

ClippyAI GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marcusharrington78 และคุณลักษณะหลักของมันคือ "Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy"

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

screenshot

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

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

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

                        This extension replaces OpenGPT Open AI chat icon with the immortal Clippy from Microsoft Office suite. 

Clippy was the original AI to help us all, it's only right to continue the legacy of Clippy as we reach the next stage of technological transformation.                    

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

ชื่อ ClippyAI GPT ClippyAI GPT
ID bmdnhmfnekliomaggjkhhiodfknkibkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clippyai-gpt/bmdnhmfnekliomaggjkhhiodfknkibkj
คำอธิบาย Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy
ขนาดไฟล์ 550 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-12-07
วันที่เผยแพร่ 2022-12-06
ผู้พัฒนา marcusharrington78
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClippyAI GPT",
    "version": "1.1",
    "description": "Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/clippy_16x16.png",
        "32": "assets\/images\/clippy_32x32.png",
        "48": "assets\/images\/clippy_48x48.png",
        "128": "assets\/images\/clippy.png"
    },
    "action": {
        "default_title": "Click to show clippy for ChatAI responses"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}