Lightning Studio
Build Salesforce LWC development easy and fastest.
Lightning Studio क्या है?
Lightning Studio [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build Salesforce LWC development easy and fastest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lightning Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |