Wide GPT

Expand ChatGPT's screen instantly with 'Wide GPT' Chrome extension! No clicks needed, free and easy to install. Get more space now!

Wide GPTคืออะไร?

Wide GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan Biscaia และคุณลักษณะหลักของมันคือ "Expand ChatGPT's screen instantly with 'Wide GPT' Chrome extension! No clicks needed, free and easy to install. Get more space now!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wide GPT

ดาวน์โหลดไฟล์ส่วนขยาย Wide GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You'll have more room to see and interact with your content with "Wide GPT," whether you're reading a story, writing code for your next big idea, or talking to AI. This extension is great for people who want to make the most of their workspace and avoid eye strain by not having to constantly scroll horizontally or resize their browser window.

Simple to set up: just add "Wide GPT" to your Chrome browser, and you're good to go! You don't have to click any buttons or do anything else. The extension works in the background without being noticed and instantly makes ChatGPT's screen as big as it can be.

As soon as you start, you'll be able to browse in a bigger and more immersive way.

The best part? You can use "Wide GPT" for free.

Why wait then? Get "Wide GPT" right now and start easily making the most of your screen space!

Release log:
1.0.2
 - Fixed manifest.json file to limit content access to https://chat.openai.com/ and cease requesting permission to access content on all websites.

1.0.1
 - Enhanced element selector stability to prevent the extension from breaking when CSS classes are modified

1.0.0
 - Added popup with preferences to:
  - Toggle the primary feature of the extension either inactive or active
  - Choose the width of the messages and prompt text input.
  - Buy me a coffee button.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wide GPT Wide GPT
ID ceddkenhchmiajgmnlelcnackpeihohk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wide-gpt/ceddkenhchmiajgmnlelcnackpeihohk
คำอธิบาย Expand ChatGPT's screen instantly with 'Wide GPT' Chrome extension! No clicks needed, free and easy to install. Get more space now!
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 5,007
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-03-01
คะแนน 4.62/5 รวมทั้งหมด 74 คะแนน
ผู้พัฒนา Juan Biscaia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wide GPT",
    "version": "1.0.2",
    "description": "Expand ChatGPT's screen instantly with 'Wide GPT' Chrome extension! No clicks needed, free and easy to install. Get more space now!",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "512": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-16.png",
                "icon-32.png",
                "icon-48.png",
                "icon-128.png",
                "icon-512.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}