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

Was ist ClippyAI GPT?

ClippyAI GPT ist eine Chrome-Erweiterung, die von marcusharrington78 entwickelt wurde, und ihr Hauptmerkmal ist "Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy".

Erweiterungsscreenshots

screenshot

ClippyAI GPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie ClippyAI GPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ClippyAI GPT ClippyAI GPT
ID bmdnhmfnekliomaggjkhhiodfknkibkj
Offizielle URL https://chromewebstore.google.com/detail/clippyai-gpt/bmdnhmfnekliomaggjkhhiodfknkibkj
Beschreibung Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy
Dateigröße 550 KB
Installationsanzahl 124
Aktuelle Version 1.1
Letztes Update 2022-12-07
Veröffentlichungsdatum 2022-12-06
Entwickler marcusharrington78
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}