Power Apps Studio Tools
Tools for Power Apps Studio to enhance your developer experience
Power Apps Studio Toolsคืออะไร?
Power Apps Studio Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charles Sexton และคุณลักษณะหลักของมันคือ "Tools for Power Apps Studio to enhance your developer experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Apps Studio Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |