Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
Cos'è Power Apps Studio Tools?
Power Apps Studio Tools è un'estensione di Chrome sviluppata da Charles Sexton, e la sua funzione principale è "Tools for Power Apps Studio to enhance your developer experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Power Apps Studio Tools
Scarica i file di estensione Power Apps Studio Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Power Apps Studio Tools |
ID | jlbmdajobkmdjgoijbcefiahfaaapfno |
URL Ufficiale | https://chromewebstore.google.com/detail/power-apps-studio-tools/jlbmdajobkmdjgoijbcefiahfaaapfno |
Descrizione | Tools for Power Apps Studio to enhance your developer experience |
Dimensione del File | 21.66 KB |
Conteggio Installazioni | 204 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2023-07-25 |
Data di Pubblicazione | 2023-07-12 |
Sviluppatore | Charles Sexton |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.charlessexton.com/ |
Lingue Supportate | 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" } } |