Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
Wat is Power Apps Studio Tools?
Power Apps Studio Tools is een Chrome-extensie ontwikkeld door Charles Sexton, en de belangrijkste functie is "Tools for Power Apps Studio to enhance your developer experience".
Extensie Screenshots
Download het CRX-bestand van de extensie Power Apps Studio Tools
Download Power Apps Studio Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Power Apps Studio Tools |
ID | jlbmdajobkmdjgoijbcefiahfaaapfno |
Officiële URL | https://chromewebstore.google.com/detail/power-apps-studio-tools/jlbmdajobkmdjgoijbcefiahfaaapfno |
Beschrijving | Tools for Power Apps Studio to enhance your developer experience |
Bestandsgrootte | 21.66 KB |
Aantal Installaties | 204 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2023-07-25 |
Publicatiedatum | 2023-07-12 |
Ontwikkelaar | Charles Sexton |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.charlessexton.com/ |
Ondersteunde Talen | 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" } } |