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 |
Eメール | [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" } } |