ChatGPT Widthify

画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。

What is ChatGPT Widthify?

ChatGPT Widthify is a Chrome extension developed by shinaps, and its main feature is "画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。".

Extension Screenshots

Download ChatGPT Widthify Extension CRX File

Download ChatGPT Widthify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        この拡張機能は、ユーザーがウェブページ上のサイドバーやテキストベースの幅を動的に調整できるようにすることを目的としています。この機能により、ユーザーはページのレイアウトを自分の好みに合わせて簡単にカスタマイズできます。                    

Extension Basic Information

Name ChatGPT Widthify ChatGPT Widthify
ID fjoikbdlgemabllkjbggmmkcfmojncig
Official URL https://chromewebstore.google.com/detail/chatgpt-widthify/fjoikbdlgemabllkjbggmmkcfmojncig
Description 画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。
File Size 24.93 KB
Installation Count 154
Current Version 1.0.4
Last Updated 2023-05-11
Publish Date 2023-04-09
Rating 5.00/5 Total 2 Ratings
Developer shinaps
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/sh1n4ps
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Widthify",
    "version": "1.0.4",
    "description": "\u753b\u9762\u4e0a\u306b\u8868\u793a\u3055\u308c\u308b\u30b9\u30e9\u30a4\u30c9\u3092\u64cd\u4f5c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u6a2a\u5e45\u3068\u30c6\u30ad\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u308b\u30a8\u30ea\u30a2\u306e\u6a2a\u5e45\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}