Design GUI for Tailwind CSS
Design GUI makes your design system interactive. See and edit Tailwind CSS styles and watch the web page update in real time.…
什麼是Design GUI for Tailwind CSS?
Design GUI for Tailwind CSS是由james開發的Chrome擴展程式,該擴展的主要功能是“Design GUI makes your design system interactive. See and edit Tailwind CSS styles and watch the web page update in real time.…”。
擴展截圖
下載Design GUI for Tailwind CSS擴展crx文件
下載Design GUI for Tailwind CSS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Design GUI makes your design system interactive. See and edit Tailwind CSS styles and watch the web page update in real time. https://designgui.io
擴展基本資訊
名稱 | Design GUI for Tailwind CSS |
ID | ldhbojdgokammocadfgbidodgffnimfj |
官方網址 | https://chromewebstore.google.com/detail/design-gui-for-tailwind-c/ldhbojdgokammocadfgbidodgffnimfj |
簡介 | Design GUI makes your design system interactive. See and edit Tailwind CSS styles and watch the web page update in real time.… |
檔案大小 | 237 KB |
安裝次數 | 51 |
目前版本 | 0.0.33 |
更新時間 | 2023-10-11 |
上架時間 | 2023-08-02 |
開發者 | james |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://designgui.io/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Design GUI for Tailwind CSS", "version": "0.0.33", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.tsx.66217d2f.eb7bf5b3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "images\/logo16.png", "24": "images\/logo24.png", "32": "images\/logo32.png", "48": "images\/logo48.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "storage", "clipboardWrite", "sidePanel", "webNavigation" ], "side_panel": { "default_path": "src\/ui\/sidepanel.html" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "src\/ui\/*" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/jsx-runtime.6bc2a327.js", "assets\/MESSAGE_KEYS.3d6df4bf.js", "assets\/content.tsx.66217d2f.js" ], "use_dynamic_url": true } ], "devtools_page": "src\/ui\/devtools\/devtools.html" } |