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文件
下载Built with Tailwind CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |