GPT Theme
A Chrome extension to change the Theme ChatGPT
What is GPT Theme?
GPT Theme is a Chrome extension developed by Leah, and its main feature is "A Chrome extension to change the Theme ChatGPT".
Extension Screenshots
Download GPT Theme Extension CRX File
Download GPT Theme 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
A Chrome extension to change the theme of ChatGPT - dark mode/light mode - design your own input color and send button icon ChatGPT 主题插件 -有夜晚护眼/白天两种模式 -自定义你的发送框和发送键
Extension Basic Information
Name | GPT Theme |
ID | opgkagnoipbbbpjjnnlnpfoeakdihgkh |
Official URL | https://chromewebstore.google.com/detail/gpt-theme/opgkagnoipbbbpjjnnlnpfoeakdihgkh |
Description | A Chrome extension to change the Theme ChatGPT |
File Size | 55.05 KB |
Installation Count | 32 |
Current Version | 1.1 |
Last Updated | 2023-11-10 |
Publish Date | 2023-11-05 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Leah |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/yiwen001/GPT-Theme-Privacy-Policy |
Supported Languages | 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" } } |