Darkmode für Parqet (Community Edition)

Darkmode for parqet.com (Community Edition)

What is Darkmode für Parqet (Community Edition)?

Darkmode für Parqet (Community Edition) is a Chrome extension developed by nwenzel, and its main feature is "Darkmode for parqet.com (Community Edition)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Darkmode für Parqet (Community Edition) Extension CRX File

Download Darkmode für Parqet (Community Edition) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Darkmode für Parqet (Community Edition) Darkmode für Parqet (Community Edition)
ID jfhpcliegfecjhjehclnhnngbjndodoj
Official URL https://chromewebstore.google.com/detail/darkmode-f%C3%BCr-parqet-commu/jfhpcliegfecjhjehclnhnngbjndodoj
Description Darkmode for parqet.com (Community Edition)
File Size 26.24 KB
Installation Count 53
Current Version 1.2.4
Last Updated 2023-09-07
Publish Date 2021-03-26
Rating 5.00/5 Total 2 Ratings
Developer nwenzel
Email [email protected]
Payment Type free
Extension Website https://github.com/nilswenzel/parqet-darkmode-chrome-extension
Supported Languages 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"
    }
}