StyleGPT
Customize your theme background of ChatGPT
什麼是StyleGPT?
StyleGPT是由Useful Extensions開發的Chrome擴展程式,該擴展的主要功能是“Customize your theme background of ChatGPT”。
擴展截圖
下載StyleGPT擴展crx文件
下載StyleGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A theme selector for ChatGPT (chat.openai.com) with some awesome backgrounds 🌅 Currently free and available to all. No data is collected, and this extension only edits the website's CSS (styling) 🧑🎨 How it works: 1. Go to https://chat.openai.com/chat 2. Click on StyleGPT from your Chrome Extension Menu 3. Select a theme, and the background on ChatGPT will automatically update -- and stay updated :) 🎉 NEW: You can now use any image as your background if you have the image URL. This is easy if you'd like to use an image from Google Images. Just go to the image, right-click, and click "Copy Image Address".
擴展基本資訊
名稱 | StyleGPT |
ID | fpiocbojdfcglcjponijamekjaaafjgj |
官方網址 | https://chromewebstore.google.com/detail/stylegpt/fpiocbojdfcglcjponijamekjaaafjgj |
簡介 | Customize your theme background of ChatGPT |
檔案大小 | 8.96 MB |
安裝次數 | 211 |
目前版本 | 0.0.1.1 |
更新時間 | 2023-02-14 |
上架時間 | 2023-01-16 |
評分 | 3.80/5 共 5 次評分 |
開發者 | Useful Extensions |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | http://tinyurl.com/stylegpt-feedback |
隱私政策頁面URL | https://docs.google.com/document/d/1PRnFUIjVBoWw2WCh60-HpkGVFB4_fJM-QoQDU_uDjPE/edit |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StyleGPT", "description": "Customize your theme background of ChatGPT", "version": "0.0.1.1", "options_ui": { "page": "options.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "js\/content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/images\/*" ], "matches": [ " |