ChatGPT Full-Width Display Extension

Change contents to go full width by default

ChatGPT Full-Width Display Extension क्या है?

ChatGPT Full-Width Display Extension Luciana Hanan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change contents to go full width by default"।

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

screenshot
screenshot

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

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

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

                        ### ChatGPT Full-Width Display Extension
### Google Bard Full-Width Display Extension

**Tired of horizontal scrolling on your wide display monitor while using ChatGPT? We've got you covered!**

#### Features:
- **Automatic Full-Width**: This extension automatically adjusts the ChatGPT or Google Bard code to utilize the full width of your display.
- **Enhanced Readability**: Say goodbye to the hassle of horizontal scrolling. Experience a seamless coding session with ChatGPT and Google Bard results.
- **Simple Installation**: Just a few clicks and you're good to go. No additional settings required.

#### How to Use:
1. Install the extension.
2. Open ChatGPT or Google Bard
3. Enjoy a full-width coding experience without any horizontal scrolling.

#### Compatibility:
- Works with all modern web browsers that support extensions.

#### Get the most out of your wide display monitor with ChatGPT Full-Width Display Extension. Happy coding!


CHANGELOG
version 1.1
- Fixed plugin to work with new changes on chatGPT site.

version 1.2
- Added full-width also to Google Bard.                    

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

नाम ChatGPT Full-Width Display Extension ChatGPT Full-Width Display Extension
ID picdcghhadpmhkfpjnmfmcjfaidjfgmp
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-full-width-displa/picdcghhadpmhkfpjnmfmcjfaidjfgmp
विवरण Change contents to go full width by default
फ़ाइल का आकार 769 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-12-18
प्रकाशन तिथि 2023-09-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Luciana Hanan
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/lucianahanan
गोपनीयता नीति पृष्ठ URL https://gist.github.com/lucianahanan/404de7656a853219da2a1135ac2ae2c8
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Full-Width Display Extension",
    "version": "1.2",
    "author": "Luciana Hanan",
    "homepage_url": "https:\/\/github.com\/lucianahanan",
    "description": "Change contents to go full width by default",
    "icons": {
        "64": "logo-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    }
}