ChatGPT Terminal Theme
Customize the look of the OpenAI ChatGPT.
ChatGPT Terminal Theme là gì?
ChatGPT Terminal Theme là một tiện ích mở rộng Chrome được phát triển bởi Sen Lin, và tính năng chính của nó là "Customize the look of the OpenAI ChatGPT.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Terminal Theme
Tải xuống các tệp mở rộng ChatGPT Terminal Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
** Don't forget to set your ChatGPT to "dark" mode for the correct effect. ** Change your ChatGPT interface to enjoy the timeless feel of a classic terminal interface. You can also choose the Blue or Red themes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Terminal Theme |
ID | gklcfplkibblhbjhafebgmiaepliflmc |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-terminal-theme/gklcfplkibblhbjhafebgmiaepliflmc |
Mô tả | Customize the look of the OpenAI ChatGPT. |
Kích Thước Tệp | 16.1 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-08-23 |
Ngày Phát Hành | 2023-08-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sen Lin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Terminal Theme", "version": "1.0", "description": "Customize the look of the OpenAI ChatGPT.", "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "styles_blue.css", "styles_red.css", "terminal.css" ], "matches": [ "*:\/\/chat.openai.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "gptThemeLogo.png", "48": "gptThemeLogo.png", "128": "gptThemeLogo.png" } }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "gptThemeLogo.png", "48": "gptThemeLogo.png", "128": "gptThemeLogo.png" } } |