Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WindChat-ChatGPT Tailwind CSS React Previewer",
"version": "2025.03.28",
"description": "Preview React and TailwindCSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting.",
"permissions": [
"storage"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module",
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*"
]
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "32.png"
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"96": "96.png",
"128": "128.png",
"256": "256.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg\/XnczWiJ55E91ih21+\/5peOaqYmVs5lJVkumyOPPThH+sjXY7LSicVMd1Q1\/AP5dqjtr+BeL6Io8crwUJorJ9B9g1fsj9zgKBF4nuVjOdZxDH8dSq8vAL\/60Ez4yge8bTTcoj\/rrQMnAU1VK2rguw9bvcm3nGV5NsomOCX2YYeYbuAk+aboPv6rF5X4SNVAr22FlcmfpR48q78MhZ+0weYcsfOg8bJRw4PWJ7PQw8hrjU2AFrEE1YmIhISx1OneVt7l0qWu691rle5hBysY8wS8wCV\/dxVuAWb7E3Orb99vJSS5A6VKeNwjNR9hRbftkHDv1AQ4e9cQrX9o4qoWywIDAQAB",
"externally_connectable": {
"ids": [
"oodahnkoklimneclpoebhlkknoaogeln",
"jhllfdbccclcdiafljibcabipbmkfoem",
"moeoibheadkkkgclhclmglepnhplanpl"
],
"matches": [
"*:\/\/localhost\/*",
"https:\/\/*.windchat.link\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle1743165301440.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"batch-tasks-logo-64.png",
"chatgpt-search-history-logo-64.png",
"128.png",
"32.png",
"48.png",
"popup-guide-1.png"
],
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*"
]
}
]
}