GPT Theme

A Chrome extension to change the Theme ChatGPT

ما هو GPT Theme؟

GPT Theme هو إضافة Chrome تم تطويرها بواسطة Leah، والميزة الرئيسية لها هي "A Chrome extension to change the Theme ChatGPT".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GPT Theme

قم بتنزيل ملفات الامتداد GPT Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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"
    }
}