GPT Theme

A Chrome extension to change the Theme ChatGPT

什麼是GPT Theme?

GPT Theme是由Leah開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to change the Theme ChatGPT”。

擴展截圖

screenshot
screenshot
screenshot

下載GPT Theme擴展crx文件

下載GPT Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Chrome extension to change the theme of ChatGPT
- dark mode/light mode
- design your own input color and  send button icon
ChatGPT 主题插件
-有夜晚护眼/白天两种模式
-自定义你的发送框和发送键                    

擴展基本資訊

名稱 GPT Theme GPT Theme
ID opgkagnoipbbbpjjnnlnpfoeakdihgkh
官方網址 https://chromewebstore.google.com/detail/gpt-theme/opgkagnoipbbbpjjnnlnpfoeakdihgkh
簡介 A Chrome extension to change the Theme ChatGPT
檔案大小 55.05 KB
安裝次數 32
目前版本 1.1
更新時間 2023-11-10
上架時間 2023-11-05
評分 3.67/5 共 3 次評分
開發者 Leah
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/yiwen001/GPT-Theme-Privacy-Policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Theme",
    "version": "1.1",
    "description": "A Chrome extension to change the Theme ChatGPT",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}