CopyChatGPT - Sidebar Hider

Hide sidebar & copy ChatGPT answers. Clean, fast browsing.

CopyChatGPT - Sidebar Hider क्या है?

CopyChatGPT - Sidebar Hider hafizzeeshan619 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide sidebar & copy ChatGPT answers. Clean, fast browsing."।

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

screenshot
screenshot
screenshot

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

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

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

                        CopyChatGPT - Sidebar Hider is a lightweight and user-friendly Chrome extension that allows you to easily hide the sidebar on your screen when you need more space. With just one click, you can toggle the sidebar on and off, giving you a clutter-free browsing experience.

In addition, the extension also integrates with the ChatGPT language model, allowing you to quickly and easily copy the answers generated by ChatGPT. Simply click on the copy icon that will be the near of the every answer generated by ChatGPT, and the extension will automatically copy the text to your clipboard.

With CopyChatGPT - Sidebar Hider, you can enjoy a distraction-free browsing experience while also having quick access to the power of ChatGPT.                    

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

नाम CopyChatGPT - Sidebar Hider CopyChatGPT - Sidebar Hider
ID jcoamkkcoapjegcllcocchbiingomplo
आधिकारिक URL https://chrome.google.com/webstore/detail/copychatgpt-sidebar-hider/jcoamkkcoapjegcllcocchbiingomplo
विवरण Hide sidebar & copy ChatGPT answers. Clean, fast browsing.
फ़ाइल का आकार 58.98 KB
स्थापना संख्या 580
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-03-06
प्रकाशन तिथि 2023-02-20
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर hafizzeeshan619
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Hafiz Zeeshan",
    "name": "CopyChatGPT - Sidebar Hider",
    "description": "Hide sidebar & copy ChatGPT answers. Clean, fast browsing.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/chat.openai.com\/chat\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "64": "assets\/icon64.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "CopyChatGPT - Sidebar Hider"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}