ChatGPT-theme

让 ChatGPT 页面拥有一个好看的主题

ChatGPT-theme क्या है?

ChatGPT-theme 1340449792 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "让 ChatGPT 页面拥有一个好看的主题"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT-theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        让你的 ChatGPT 拥有一个好看的主题页面,可以定制背景图以及聊天气泡的背景颜色,还能隐藏侧边栏,同时适配了明暗两套主题颜色等,现在还增加在百度页面自动同步搜索功能,需要自己的API key才行                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT-theme ChatGPT-theme
ID pmojhaafcblmlphahlilhlkbbefjaaph
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-theme/pmojhaafcblmlphahlilhlkbbefjaaph
विवरण 让 ChatGPT 页面拥有一个好看的主题
फ़ाइल का आकार 134 KB
स्थापना संख्या 224
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-03-07
प्रकाशन तिथि 2023-02-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 1340449792
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT-theme",
    "version": "1.0.3",
    "description": "\u8ba9 ChatGPT \u9875\u9762\u62e5\u6709\u4e00\u4e2a\u597d\u770b\u7684\u4e3b\u9898",
    "icons": {
        "64": "images\/logo.png",
        "128": "images\/logo_grey.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "ChatGPT-theme",
        "default_icon": {
            "128": "images\/logo_grey.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.baidu.com\/s*",
                "https:\/\/www.baidu.com\/"
            ],
            "css": [
                "css\/github-dark.min.css",
                "css\/chatgpt.css"
            ],
            "js": [
                "js\/markdown.js",
                "js\/highlight.min.js",
                "js\/chatgpt.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/close.png",
                "\/images\/logo.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "author": "Karl_fang"
}