Roll20 Dark Mode Fix

A quick fix for the new Dark Mode in Roll20 to fix some colours

Roll20 Dark Mode Fix란 무엇입니까?

Roll20 Dark Mode Fix은(는) Phat32에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick fix for the new Dark Mode in Roll20 to fix some colours"입니다.

확장 프로그램 스크린샷

screenshot

Roll20 Dark Mode Fix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A quick fix to correct some of the Dark Mode colours newly release on Roll20                    

확장 프로그램 기본 정보

이름 Roll20 Dark Mode Fix Roll20 Dark Mode Fix
ID nobafghjfmcpkjpliogameoehcnnfdop
공식 URL https://chromewebstore.google.com/detail/roll20-dark-mode-fix/nobafghjfmcpkjpliogameoehcnnfdop
설명 A quick fix for the new Dark Mode in Roll20 to fix some colours
파일 크기 21.62 KB
설치 횟수 132
현재 버전 0.0.1
최근 업데이트 2022-03-07
출시 날짜 2022-03-07
평점 2.25/5 총 4 개의 평점
개발자 Phat32
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roll20 Dark Mode Fix",
    "version": "0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "A quick fix for the new Dark Mode in Roll20 to fix some colours",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/app.roll20.net\/editor\/"
            ]
        }
    ]
}