LWC Generator

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

什么是LWC Generator?

LWC Generator是由https://salesforcexytools.com开发的Chrome扩展程序,该扩展的主要功能是“LWC Generator is a tool to generate Lightning Web Component (LWC) template.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载LWC Generator扩展crx文件

下载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"
    }
}