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"입니다.

확장 프로그램 스크린샷

screenshot

Power Apps Studio Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}