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 |
官方網址 | 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" } } |