GPT Theme
A Chrome extension to change the Theme ChatGPT
GPT Themeคืออะไร?
GPT Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leah และคุณลักษณะหลักของมันคือ "A Chrome extension to change the Theme ChatGPT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT Theme
ดาวน์โหลดไฟล์ส่วนขยาย GPT Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension to change the theme of ChatGPT - dark mode/light mode - design your own input color and send button icon ChatGPT 主题插件 -有夜晚护眼/白天两种模式 -自定义你的发送框和发送键
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GPT Theme |
ID | opgkagnoipbbbpjjnnlnpfoeakdihgkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gpt-theme/opgkagnoipbbbpjjnnlnpfoeakdihgkh |
คำอธิบาย | A Chrome extension to change the Theme ChatGPT |
ขนาดไฟล์ | 55.05 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2023-11-05 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Leah |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/yiwen001/GPT-Theme-Privacy-Policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT Theme", "version": "1.1", "description": "A Chrome extension to change the Theme ChatGPT", "permissions": [ "storage", "activeTab" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png" } } |