Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
Power Apps Studio Tools क्या है?
Power Apps Studio Tools Charles Sexton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for Power Apps Studio to enhance your developer experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Power Apps Studio Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides the ability to re-skin the Power Apps Studio formula bar in dark mode. There's also now the option to show how your app looks in greyscale, to check for potential accessibility issues.
एक्सटेंशन की मूल जानकारी
नाम | Power Apps Studio Tools |
ID | jlbmdajobkmdjgoijbcefiahfaaapfno |
आधिकारिक URL | https://chromewebstore.google.com/detail/power-apps-studio-tools/jlbmdajobkmdjgoijbcefiahfaaapfno |
विवरण | Tools for Power Apps Studio to enhance your developer experience |
फ़ाइल का आकार | 21.66 KB |
स्थापना संख्या | 204 |
वर्तमान संस्करण | 0.0.0.6 |
अंतिम अपडेट | 2023-07-25 |
प्रकाशन तिथि | 2023-07-12 |
डेवलपर | Charles Sexton |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.charlessexton.com/ |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Power Apps Studio Tools", "version": "0.0.0.6", "description": "Tools for Power Apps Studio to enhance your developer experience", "permissions": [ "activeTab", "storage", "declarativeContent" ], "icons": { "16": "images\/icon-48.png", "32": "images\/icon-48.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "styles.css", "fullscreen.css" ], "js": [ "scripts\/content.js", "scripts\/fullscreen-powerfx.js" ], "matches": [ "https:\/\/*.island.powerapps.com\/*" ], "all_frames": true } ], "background": { "service_worker": "bg.js" } } |