Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
Co je Power Apps Studio Tools?
Power Apps Studio Tools je rozšíření Chrome vyvinuté Charles Sexton, a jeho hlavní funkcí je „Tools for Power Apps Studio to enhance your developer experience“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Power Apps Studio Tools
Stáhněte si soubory rozšíření Power Apps Studio Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Power Apps Studio Tools |
ID | jlbmdajobkmdjgoijbcefiahfaaapfno |
Oficiální URL | https://chromewebstore.google.com/detail/power-apps-studio-tools/jlbmdajobkmdjgoijbcefiahfaaapfno |
Popis | Tools for Power Apps Studio to enhance your developer experience |
Velikost souboru | 21.66 KB |
Počet instalací | 204 |
Aktuální Verze | 0.0.0.6 |
Poslední Aktualizace | 2023-07-25 |
Datum Vydání | 2023-07-12 |
Vývojář | Charles Sexton |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.charlessexton.com/ |
Podporované Jazyky | 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" } } |