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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |