ChatGPT-Style
A styles and background change to chat gpt website
ChatGPT-Styleคืออะไร?
ChatGPT-Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mateusneresrb และคุณลักษณะหลักของมันคือ "A styles and background change to chat gpt website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT-Style
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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\/*" ] } ] } |