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은(는) marcusharrington78에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

ClippyAI GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}