Supertweak
Visual editor for Tailwind CSS
Supertweak란 무엇입니까?
Supertweak은(는) https://supertweak.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visual editor for Tailwind CSS"입니다.
확장 프로그램 스크린샷
Supertweak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Supertweak is visual editor for Tailwind CSS to quickly tweak your website live, preview instantly and copy classes or html to use in your project. You can try it free for 7 days. Continued use requires activation key. You can purchase your copy of the extension at https://supertweak.dev 🎨 Tailwind editor Quickly modify property values for Tailwind classes, add or edit variants, manually add, edit or remove classes etc. right inside your browser. You can then copy the classes or html code from the elements with one click. Supports adding arbitrary values and variants and custom Tailwind config as well. 📱 Responsive Switcher You can quickly resize the window to responsive device widths. Since this resizes window, you will be able to use the editor in small screen widths too unlike the Devtools responsive mode. 📷 Quick Capture Supertweak lets you quickly take screenshot of visible screen or a selected area, which you can later download or copy to clipboard. This makes it easier to share the changes you made with your team and get feedback. 🪟 Children Editor You can easily re-arrange, remove or duplicate elements. Adding elements and text nodes are also supported. ⌨️ Edit Mode In Edit mode, you can edit the text in the page quickly without other distractions.
확장 프로그램 기본 정보
이름 | Supertweak |
ID | ngpohagmellcpabooffmhlieiemlaibg |
공식 URL | https://chromewebstore.google.com/detail/supertweak/ngpohagmellcpabooffmhlieiemlaibg |
설명 | Visual editor for Tailwind CSS |
파일 크기 | 75.3 KB |
설치 횟수 | 390 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2023-01-31 |
출시 날짜 | 2023-01-27 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://supertweak.dev |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://supertweak.dev |
도움말 페이지 URL | https://supertweak.dev/support |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supertweak", "version": "1.1.3", "description": "Visual editor for Tailwind CSS", "icons": { "48": "assets\/icon.png" }, "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/cdn.tailwindcss.com\/" ], "action": { "default_title": "Edit with Supertweak" }, "sandbox": { "pages": [ "src\/command.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'; script-src-elem * 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.tailwindcss.com" }, "web_accessible_resources": [ { "resources": [ "\/assets\/*", "\/src\/*" ], "matches": [ " |