Built with Tailwind CSS
Detects Tailwind CSS use in a web page.
Built with Tailwind CSS란 무엇입니까?
Built with Tailwind CSS은(는) https://dankore.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects Tailwind CSS use in a web page."입니다.
확장 프로그램 스크린샷
Built with Tailwind CSS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Important links: 1. GitHub: https://github.com/dankore/built-with-tailwind-css 2. Documentation: https://dankore.github.io/built-with-tailwind-css About: Detects Tailwind CSS use in a web page. If it does, it displays the version and a green check mark. If not, it displays a red "X" icon and "No Tailwind CSS detected". How it works: Build with Tailwind CSS looks for the word ‘tailwind’, ‘tailwindcss’, '--tw-bg-opacity', and more in a web page's style sheets. Earlier versions of Tailwind CSS do not include the above words in the generated style sheets. Therefore, this extension works for only newer versions of Tailwind CSS - version 2 and above. Contribute: Please feel free to make a pull request with any improvement to this extension You could: 1. Improve the documentation 2. Make another logo 3. Come up with other unique ways the extension could detect Tailwind CSS 4. …and more! GitHub: https://github.com/dankore/built-with-tailwind-css Documentation: https://dankore.github.io/built-with-tailwind-css
확장 프로그램 기본 정보
이름 | Built with Tailwind CSS |
ID | jlhanklencdaapbcmolakoogadjbkbcn |
공식 URL | https://chromewebstore.google.com/detail/built-with-tailwind-css/jlhanklencdaapbcmolakoogadjbkbcn |
설명 | Detects Tailwind CSS use in a web page. |
파일 크기 | 31.12 KB |
설치 횟수 | 138 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-04-05 |
출시 날짜 | 2022-03-10 |
개발자 | https://dankore.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dankore.github.io/built-with-tailwind-css |
개인정보 보호 정책 페이지 URL | https://dankoresoft.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Built with Tailwind CSS", "description": "Detects Tailwind CSS use in a web page.", "version": "1.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ " |