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
公式URL 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
Eメール [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"
    ]
}