Wanikani Dark Mode

Wanikani dark mode extension. Based on Breeze Dark Theme using the KDE Breeze theme color palette. Code -…

What is Wanikani Dark Mode?

Wanikani Dark Mode is a Chrome extension developed by eddyhdzg, and its main feature is "Wanikani dark mode extension. Based on Breeze Dark Theme using the KDE Breeze theme color palette. Code -…".

Extension Screenshots

screenshot
screenshot

Download Wanikani Dark Mode Extension CRX File

Download Wanikani Dark Mode 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

                        Wanikani dark mode extension.

Based on Breeze Dark Theme using the KDE Breeze theme color palette.

Code
- https://github.com/eddyhdzg/wanikani-dark-theme

Bug Reports
- Open a pull request with a screenshot                    

Extension Basic Information

Name Wanikani Dark Mode Wanikani Dark Mode
ID fapafgjbghacpnfbljceaknggliakljd
Official URL https://chromewebstore.google.com/detail/wanikani-dark-mode/fapafgjbghacpnfbljceaknggliakljd
Description Wanikani dark mode extension. Based on Breeze Dark Theme using the KDE Breeze theme color palette. Code -…
File Size 250 KB
Installation Count 157
Current Version 0.1.2
Last Updated 2021-03-17
Publish Date 2021-03-15
Rating 5.00/5 Total 2 Ratings
Developer eddyhdzg
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/eddyhdzg/wanikani-dark-theme/blob/main/LICENSE
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wanikani Dark Mode",
    "short_name": "Wanikani Dark",
    "version": "0.1.2",
    "icons": {
        "16": "icons\/wanikani16.png",
        "48": "icons\/wanikani48.png",
        "128": "icons\/wanikani128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.wanikani.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/community.wanikani.com\/*",
                "*:\/\/knowledge.wanikani.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}