Lightning Studio
Build Salesforce LWC development easy and fastest.
Lightning Studio란 무엇입니까?
Lightning Studio은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build Salesforce LWC development easy and fastest."입니다.
확장 프로그램 스크린샷
Lightning Studio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
More Details: https://nisar-99.github.io/DreamPixel/lightning-studio.html 💻 How to use: ➡️ Login to salesforce and click the "Salesforce LWC Editor" icon (browser top-right corner [chrome extension standard icon-bar]) when the icon changes to blue color. ➡️ If installed for the first time, refresh the page before using. 📺 Features: ➡️ Quick 'Create New LWC Components' and 'Lightning Message Services'. ➡️ Create/Update Apex Classes. ➡️ Create a new file for a particular component. ➡️ Download & back up a component or specific file or full. ➡️ Find code in all LWC components. ➡️ Change the name of a specific file of the component. ➡️ Delete components or a specific file. ➡️ Quick save(deploy) your change by using 'CTRL+S'. ➡️ All LWC development snippets (shortcut keys) are available. ➡️ JSON Lint. ➡️ Diff Checker. 🙈 Editor Experience: ➡️ The look and experience of the editor are the same as the VS code. ➡️ Available VS Code themes. 😍 More Tools: https://nisar-99.github.io/DreamPixel/index.html
확장 프로그램 기본 정보
이름 | Lightning Studio |
ID | ehkpneicmpbdejpoancidgkejlkahjgo |
공식 URL | https://chromewebstore.google.com/detail/lightning-studio/ehkpneicmpbdejpoancidgkejlkahjgo |
설명 | Build Salesforce LWC development easy and fastest. |
파일 크기 | 8.79 MB |
설치 횟수 | 66,679 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2023-10-19 |
출시 날짜 | 2021-03-06 |
평점 | 3.46/5 총 146 개의 평점 |
개발자 | [email protected] |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nisar-99.github.io/DreamPixel/lightning-studio.html |
개인정보 보호 정책 페이지 URL | https://nisar-99.github.io/DreamPixel/extension-privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "[email protected]", "background": { "page": "background.html", "persistent": true, "script": [ "js\/background.js" ] }, "browser_action": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/ https:\/\/cdnjs.buymeacoffee.com\/ https:\/\/nisar-ahmad-dev-ed.my.site.com\/lightningstudioclassic; object-src 'self'", "description": "Build Salesforce LWC development easy and fastest.", "externally_connectable": { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ] }, "icons": { "128": "images\/icon128.png", "256": "images\/icon256.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "manifest_version": 2, "name": "Lightning Studio", "permissions": [ "https:\/\/*.salesforce.com\/", "https:\/\/*.force.com\/", "cookies", "storage" ], "version": "2.0.8", "web_accessible_resources": [ "nik_components\/*", "js\/*", "icon", "https:\/\/*.salesforce.com\/*", "*:\/\/*.lightning.force.com\/*", "login.html", "callback.html" ] } |