Darkmode für Parqet (Community Edition)

Darkmode for parqet.com (Community Edition)

Darkmode für Parqet (Community Edition)란 무엇입니까?

Darkmode für Parqet (Community Edition)은(는) nwenzel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Darkmode for parqet.com (Community Edition)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Darkmode für Parqet (Community Edition) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Darkmode für Parqet (parqet.com).

Dies ist KEIN offizielles Produkt von Parqet, sondern eine Erweiterung, die von der Community entwickelt wurde!



Source Code: https://github.com/nilswenzel/parqet-darkmode-chrome-extension                    

확장 프로그램 기본 정보

이름 Darkmode für Parqet (Community Edition) Darkmode für Parqet (Community Edition)
ID jfhpcliegfecjhjehclnhnngbjndodoj
공식 URL https://chromewebstore.google.com/detail/darkmode-f%C3%BCr-parqet-commu/jfhpcliegfecjhjehclnhnngbjndodoj
설명 Darkmode for parqet.com (Community Edition)
파일 크기 26.24 KB
설치 횟수 53
현재 버전 1.2.4
최근 업데이트 2023-09-07
출시 날짜 2021-03-26
평점 5.00/5 총 2 개의 평점
개발자 nwenzel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nilswenzel/parqet-darkmode-chrome-extension
지원되는 언어 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkmode f\u00fcr Parqet (Community Edition)",
    "description": "Darkmode for parqet.com (Community Edition)",
    "version": "1.2.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.parqet.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "darkmode.css"
            ],
            "matches": [
                "https:\/\/app.parqet.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon_16x16.png",
            "32": "\/images\/icon_32x32.png",
            "48": "\/images\/icon_48x48.png",
            "128": "\/images\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16x16.png",
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "128": "\/images\/icon_128x128.png"
    }
}