Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
什么是Power Apps Studio Tools?
Power Apps Studio Tools是由Charles Sexton开发的Chrome扩展程序,该扩展的主要功能是“Tools for Power Apps Studio to enhance your developer experience”。
扩展截图
下载Power Apps Studio Tools扩展crx文件
下载Power Apps Studio Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |