WindChat-ChatGPT TailwindCSS React Previewer
Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.
¿Qué es WindChat-ChatGPT TailwindCSS React Previewer?
WindChat-ChatGPT TailwindCSS React Previewer es una extensión de Chrome desarrollada por https://windchat.link, y su función principal es "Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WindChat-ChatGPT TailwindCSS React Previewer
Descarga archivos de extensión WindChat-ChatGPT TailwindCSS React Previewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | WindChat-ChatGPT TailwindCSS React Previewer |
ID | ipafbgdehdljgphjgfmpkohhbelebdhm |
URL Oficial | https://chromewebstore.google.com/detail/windchat-chatgpt-tailwind/ipafbgdehdljgphjgfmpkohhbelebdhm |
Descripción | Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting. |
Tamaño del Archivo | 513 KB |
Cantidad de Instalaciones | 518 |
Versión Actual | 1.2.3 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2023-04-18 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | https://windchat.link |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.windchat.link |
URL de la Página de Política de Privacidad | https://www.windchat.link/privacy |
Idiomas Soportados | 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\/*" ] } ] } |