LWC Generator

LWC Generator is a tool to generate Lightning Web Component (LWC) template.

LWC Generatorคืออะไร?

LWC Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://salesforcexytools.com และคุณลักษณะหลักของมันคือ "LWC Generator is a tool to generate Lightning Web Component (LWC) template."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        LWC Generator is a tool to generate Lightning Web Component (LWC) template for Salesforce Lightning Platform. Configure your lwc component settings with inputs and clicks, then press "Download" button to get lwc out of the box component files.                    

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

ชื่อ LWC Generator LWC Generator
ID iihhcgpdfmimcblhefflnmgckikbleme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lwc-generator/iihhcgpdfmimcblhefflnmgckikbleme
คำอธิบาย LWC Generator is a tool to generate Lightning Web Component (LWC) template.
ขนาดไฟล์ 6.24 MB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-08-14
วันที่เผยแพร่ 2021-08-13
ผู้พัฒนา https://salesforcexytools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://salesforcexytools.com/sfdx/2021/08/08/exia-sfdc-app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LWC Generator",
    "description": "LWC Generator is a tool to generate Lightning Web Component (LWC) template.",
    "version": "1.0.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs9vUBeq74psWxWFsSDfh8D7I1e9iC7h61eLOGIoghUvqX\/tJAd8guElsIUD7DkbcjIF2h9VtAvnduEIeVdeqLxV4IF+rFzs5EcylqhYPeL1didstXGZN9DsqaYGu2d68ThjYM0+zoSaHZF+Q0BsDCY1uC9i\/B6iZwQlbXSqIuDezE1IOQ\/Gon5694clEPtP9klO0xtcqvamrv+YJmM\/apPuUsIMzQQMz3nF66kM3z0tU82SRjq1n0wiJi211HOB0tBN5UbWKLE9OaXx8AvJxaz25HurcQn0yj\/KpzdTvvg\/VpPKt8kBZ0DV5uhjtj3\/REZrIve5VtbSEMCurlG1qMQIDAQAB",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "options_page": "index.html",
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "LWC Generator",
        "default_popup": "popup.html"
    }
}