ChatGPT-Style

A styles and background change to chat gpt website

ChatGPT-Styleとは何ですか?

ChatGPT-Styleはmateusneresrbによって開発されたChromeの拡張機能で、その主な機能は「A styles and background change to chat gpt website」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT-Style拡張機能のCRXファイルをダウンロード

ChatGPT-Style拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension developed for the ChatGPT website by OpenAI aims to provide users with the opportunity to customize the appearance of the environment according to their preferences. With the ability to switch styles and themes, the goal is to make the environment more pleasant and welcoming, providing a more satisfying experience for users.

 Furthermore, the extension is open-source, which means that the community can contribute by sending their own styles, making customization even more diverse and accessible to everyone. Thus, the extension aims to offer a unique and exclusive experience for each ChatGPT user, making it even more special and tailored to the needs of each individual.                    

拡張機能の基本情報

名前 ChatGPT-Style ChatGPT-Style
ID ooefjbdchgdlfeigfhigjpffppdklnef
公式URL https://chromewebstore.google.com/detail/chatgpt-style/ooefjbdchgdlfeigfhigjpffppdklnef
説明 A styles and background change to chat gpt website
ファイルサイズ 40.51 KB
インストール数 292
現在のバージョン 1.2.3
最終更新日 2023-05-16
公開日 2023-04-20
評価 5.00/5 合計 2 レビュー
開発者 mateusneresrb
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mateusneresrb/chatgpt-style
ヘルプページのURL https://github.com/mateusneresrb/chatgpt-style
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT-Style",
    "version": "1.2.3",
    "description": "A styles and background change to chat gpt website",
    "manifest_version": 3,
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/mateusneresrb\/chatgpt-style",
    "action": {
        "default_popup": "src\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "src\/assets\/icon-16.png",
        "32": "src\/assets\/icon-32.png",
        "48": "src\/assets\/icon-48.png",
        "128": "src\/assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "themes\/*"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/background.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}