ChatGPT-Style
A styles and background change to chat gpt website
什么是ChatGPT-Style?
ChatGPT-Style是由mateusneresrb开发的Chrome扩展程序,该扩展的主要功能是“A styles and background change to chat gpt website”。
扩展截图
下载ChatGPT-Style扩展crx文件
下载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\/*" ] } ] } |