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文件

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