Excompt

Free to scan tailwind css and export tailwind CSS component in any website page

Excomptคืออะไร?

Excompt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://excompt.com และคุณลักษณะหลักของมันคือ "Free to scan tailwind css and export tailwind CSS component in any website page"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Transform Web Design with Excompt: The Ultimate Tailwind CSS Extension for Chrome

Struggling to craft beautiful UI designs? Simplify your workflow with Excompt – the Chrome extension that revolutionizes the way developers work with UI components.

Seamless Tailwind CSS Integration:
Excompt empowers you to effortlessly export any webpage's UI elements directly into Tailwind CSS-styled components. Compatible with HTML, React, and Vue, it's the perfect tool for developers seeking efficiency and precision.

User-Friendly Interface:
With just a click, Excompt allows you to select and extract UI components from any webpage. It's designed to make your development process faster and your code more maintainable, giving you more time to focus on creating stunning interfaces.

Free Developer Tools:
Excompt goes beyond just exporting components. Our free developer functions enable you to scan and identify Tailwind CSS class names within elements, streamlining the process of converting them into reusable components.

Optimize Your Development Process:
Whether you're a seasoned developer or just starting out, Excompt is the tool you need to enhance your productivity and bring your web designs to life with Tailwind CSS. Add Excompt to Chrome today and experience the future of web development!                    

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

ชื่อ Excompt Excompt
ID gfdjjjhdogfaimkelnipmflcmooenmji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/excompt/gfdjjjhdogfaimkelnipmflcmooenmji
คำอธิบาย Free to scan tailwind css and export tailwind CSS component in any website page
ขนาดไฟล์ 895 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-11-06
ผู้พัฒนา https://excompt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://excompt.com/
URL หน้าช่วยเหลือ https://excompt.com/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว https://excompt.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.1",
    "author": "lel",
    "name": "Excompt",
    "description": "Free to scan tailwind css and export tailwind CSS component in any website page",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/excompt.com\/login-success",
                "http:\/\/localhost:3000\/login-success"
            ],
            "js": [
                "login.6afc9eff.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/excompt.com\/logout",
                "http:\/\/localhost:3000\/logout"
            ],
            "js": [
                "logout.6df854c8.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Excompt.8232d375.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "Excompt.8fc59e83.css",
                "Excompt.adbf02a4.txt",
                "Excompt.865db059.txt"
            ]
        }
    ]
}