Quick Lightning Components

Quick Lightning Components

什麼是Quick Lightning Components?

Quick Lightning Components是由sehrab.goyal000開發的Chrome擴展程式,該擴展的主要功能是“Quick Lightning Components”。

擴展截圖

screenshot

下載Quick Lightning Components擴展crx文件

下載Quick Lightning Components擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Can't see LWC Components in your Salesforce Org ! Say No More - We have the perfect tool for you, Now you can not just list but see and download your LWC Components in 1 Click !

Built with LWC OSS
Built with Lightning Base Components 
Lightning Fast !!!

*Considerations*
> This App uses 1 API call against the Target when any Component is loaded
> This App uses Browser Cookies
> This App requires a New Tab
> This App is tested against Sandboxes and Developer Orgs , It currently doesn't work with Scratch orgs.
> This App is tested against Lightning and Classic Domains, It currently doesn't work with Visualforce/Experience Cloud Domains.                    

擴展基本資訊

名稱 Quick Lightning Components Quick Lightning Components
ID ikmpfkdgpgpkcnpabedhnlelcipnddlc
官方網址 https://chromewebstore.google.com/detail/quick-lightning-component/ikmpfkdgpgpkcnpabedhnlelcipnddlc
簡介 Quick Lightning Components
檔案大小 7.07 MB
安裝次數 308
目前版本 1.0.1
更新時間 2021-04-08
上架時間 2021-04-08
評分 5.00/5 共 1 次評分
開發者 sehrab.goyal000
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Lightning Components",
    "description": "Quick Lightning Components",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/resources\/lwc.png",
        "32": ".\/resources\/lwc.png",
        "48": ".\/resources\/lwc.png",
        "128": ".\/resources\/lwc.png"
    },
    "browser_action": {
        "default_title": "Index"
    },
    "background": {
        "scripts": [
            ".\/resources\/background.js"
        ]
    },
    "minimum_chrome_version": "61",
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "cookies",
        "tabs"
    ]
}