WindChat-ChatGPT TailwindCSS React Previewer
Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.
WindChat-ChatGPT TailwindCSS React Previewer क्या है?
WindChat-ChatGPT TailwindCSS React Previewer https://windchat.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WindChat-ChatGPT TailwindCSS React Previewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WindChat enables you to preview React.js and Tailwind CSS code in real-time within the ChatGPT chat window, eliminating the need for cumbersome copying and pasting. WindChat will be regularly updated to ensure compatibility with the latest versions of ChatGPT. It's easy to install WindChat from the Chrome Web Store, so why not let it assist you in effortlessly fine-tuning your web page design in ChatGPT? GPT4 Assistant GPTs Tailwind CSS: https://chat.openai.com/g/g-hrRKy1YYK-tailwindcss-builder React.js https://chat.openai.com/g/g-Ng7fSuRHX-react-code-generator-windchat
एक्सटेंशन की मूल जानकारी
नाम | WindChat-ChatGPT TailwindCSS React Previewer |
ID | ipafbgdehdljgphjgfmpkohhbelebdhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/windchat-chatgpt-tailwind/ipafbgdehdljgphjgfmpkohhbelebdhm |
विवरण | Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting. |
फ़ाइल का आकार | 513 KB |
स्थापना संख्या | 518 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2023-04-18 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://windchat.link |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.windchat.link |
गोपनीयता नीति पृष्ठ URL | https://www.windchat.link/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WindChat-ChatGPT TailwindCSS React Previewer", "version": "1.2.3", "description": "Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.", "permissions": [ "storage", "identity", "identity.email" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module", "matches": [ "https:\/\/chat.openai.com\/*" ] }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "32.png" }, "icons": { "16": "16.png", "32": "32.png", "34": "34.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.windchat.link\/*" ] }, "host_permissions": [ "https:\/\/api.windchat.link\/*", "https:\/\/*.openai.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle1708743477675.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "128.png", "34.png", "32.png", "48.png", "batch-tasks.png", "popup-guide-1.png" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |