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

Vad är ClippyAI GPT?

ClippyAI GPT är en Chrome-tillägg utvecklad av marcusharrington78, och dess huvudfunktion är "Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy".

Tilläggsskärmbilder

screenshot

Ladda ner ClippyAI GPT-förlängningens CRX-fil

Ladda ner ClippyAI GPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ClippyAI GPT ClippyAI GPT
ID bmdnhmfnekliomaggjkhhiodfknkibkj
Officiell webbadress https://chromewebstore.google.com/detail/clippyai-gpt/bmdnhmfnekliomaggjkhhiodfknkibkj
Beskrivning Replace the images of Open AI GPI with the immortal Clippy. When you click the button, Chat AI's responses will turn into Clippy
Filstorlek 550 KB
Antal Installationer 124
Aktuell Version 1.1
Senast Uppdaterad 2022-12-07
Publiceringsdatum 2022-12-06
Utvecklare marcusharrington78
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}