Tailscan

Tailscan is the ultimate developer tool for Tailwind CSS

Tailscanคืออะไร?

Tailscan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tailscan.com และคุณลักษณะหลักของมันคือ "Tailscan is the ultimate developer tool for Tailwind CSS"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tailscan

ดาวน์โหลดไฟล์ส่วนขยาย Tailscan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The ultimate developer tool for Tailwind CSS. Build, design and debug your Tailwind website visually with Tailscan, right within the browser.

💡Check the demo video on https://tailscan.com

✨ Visual editor in the browser
Add, remove or modify Tailwind classes in the browser. Even arbitrary classes or those purged during build time. Also works on any website, not just your own. You'll have the full power of Tailwind directly in the browser!

🔮 Copy element or class list
Easily copy the class list or the entire element with the class changes you made to your clipboard.

📐 Guidelines and computed regions
Check element alignment, Tailwind margin or padding values for each element or the element size easily with Guidelines and Computed Regions.

📱 Autocompletion
Tailscan will suggest the right classes for you as you type, show the resulting CSS and if relevant, show a preview of that class.

🔁 Convert any element to a Tailwind component
Tailscan can automatically convert any element to a Tailwind CSS component. It will match all the CSS styling to Tailwind classes and use arbitrary values if 1:1 conversion is not possible.

🔎 You can try Tailscan on the website https://tailscan.com. To use Tailscan on other websites, you need a license key (paid).

For questions or support, feel free to email at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tailscan Tailscan
ID ehlgpljoffpijelfiegjpkfanlfhgeae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tailscan/ehlgpljoffpijelfiegjpkfanlfhgeae
คำอธิบาย Tailscan is the ultimate developer tool for Tailwind CSS
ขนาดไฟล์ 1.91 MB
จำนวนการติดตั้ง 1,100
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2022-10-25
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://tailscan.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tailscan.com
URL หน้าช่วยเหลือ https://tailscan.com/support
URL หน้านโยบายความเป็นส่วนตัว https://tailscan.com/legal/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tailscan",
    "version": "2.1.0",
    "description": "Tailscan is the ultimate developer tool for Tailwind CSS",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "manifest_version": 3,
    "author": "Tailscan",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "devtoolsCore.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab",
        "declarativeNetRequestWithHostAccess"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.html",
                "content.js",
                "output.css",
                "\/dist\/*",
                "tailwindcss.worker.js",
                "\/img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "16": "tailscan-logo-16.png",
            "32": "tailscan-logo-32.png"
        },
        "default_title": "Press Ctrl(Win)\/Command(Mac)+Shift+X to open Tailscan"
    },
    "icons": {
        "16": "tailscan-logo-16.png",
        "32": "tailscan-logo-32.png",
        "48": "tailscan-logo-48.png",
        "128": "tailscan-logo-128.png"
    },
    "commands": {
        "launch-tailscan": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Launch Tailscan"
        }
    }
}