GPT Theme
A Chrome extension to change the Theme ChatGPT
GPT Theme क्या है?
GPT Theme Leah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to change the Theme ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GPT Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension to change the theme of ChatGPT - dark mode/light mode - design your own input color and send button icon ChatGPT 主题插件 -有夜晚护眼/白天两种模式 -自定义你的发送框和发送键
एक्सटेंशन की मूल जानकारी
नाम | GPT Theme |
ID | opgkagnoipbbbpjjnnlnpfoeakdihgkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/gpt-theme/opgkagnoipbbbpjjnnlnpfoeakdihgkh |
विवरण | A Chrome extension to change the Theme ChatGPT |
फ़ाइल का आकार | 55.05 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-11-10 |
प्रकाशन तिथि | 2023-11-05 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Leah |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/yiwen001/GPT-Theme-Privacy-Policy |
समर्थित भाषाएँ | 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" } } |