ChatGPT Theme Switcher

Introducing the ChatGPT Theme Switcher, a Chrome extension designed to enhance your user experience on OpenAI's chat interface.…

ChatGPT Theme Switcher क्या है?

ChatGPT Theme Switcher mnrzmalik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing the ChatGPT Theme Switcher, a Chrome extension designed to enhance your user experience on OpenAI's chat interface.…"।

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

screenshot
screenshot

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

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

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

                        Introducing the ChatGPT Theme Switcher, a Chrome extension designed to enhance your user experience on OpenAI's chat interface. This extension adds a user-friendly button that allows you to seamlessly toggle between Light and Dark modes on the OpenAI Chat webpage, catering to your visual preferences and lighting conditions.

Features:

1. Effortless Theme Switching: With just a click, easily switch between Light and Dark themes.

2. Intuitive User Interface: A simple, minimalistic, and elegant button placed strategically for easy access.

3. Auto-Detection: The extension automatically detects and preserves your theme preference.

4 .Dynamic Response: The extension adapts dynamically to changes in the webpage and window resizing events, ensuring a smooth user experience.

Whether you prefer the Light theme for its classic, crisp visibility, or the Dark theme for its eye-friendly, reduced-glare interface, the ChatGPT Theme Switcher is your go-to tool for effortless theme management on the OpenAI Chat website.                    

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

नाम ChatGPT Theme Switcher ChatGPT Theme Switcher
ID lhlamdabcdkbcfkcdielhappmlalbacd
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-theme-switcher/lhlamdabcdkbcfkcdielhappmlalbacd
विवरण Introducing the ChatGPT Theme Switcher, a Chrome extension designed to enhance your user experience on OpenAI's chat interface.…
फ़ाइल का आकार 37.44 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-06-13
प्रकाशन तिथि 2023-06-12
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर mnrzmalik
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/nrzmalik/
सहायता पृष्ठ URL https://www.linkedin.com/in/nrzmalik/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Theme Switcher",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}