Built with Tailwind CSS

Detects Tailwind CSS use in a web page.

Built with Tailwind CSSคืออะไร?

Built with Tailwind CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dankore.com และคุณลักษณะหลักของมันคือ "Detects Tailwind CSS use in a web page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Built with Tailwind CSS

ดาวน์โหลดไฟล์ส่วนขยาย 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 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": [
        ""
    ],
    "permissions": [
        "alarms",
        "storage",
        "activeTab",
        "webRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/built-with-tailwindcss16.png",
            "32": "\/images\/built-with-tailwindcss32.png",
            "128": "\/images\/built-with-tailwindcss128.png"
        }
    },
    "icons": {
        "16": "\/images\/built-with-tailwindcss16.png",
        "32": "\/images\/built-with-tailwindcss32.png",
        "128": "\/images\/built-with-tailwindcss128.png"
    }
}