Jira Black - Dark Mode

Turn your Jira Cloud to Black, a nice looking Dark Theme.

What is Jira Black - Dark Mode?

Jira Black - Dark Mode is a Chrome extension developed by Jb Ronssin, and its main feature is "Turn your Jira Cloud to Black, a nice looking Dark Theme.".

Extension Screenshots

screenshot

Download Jira Black - Dark Mode Extension CRX File

Download Jira Black - 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

                        Jira Black is a small extension to transform your JIRA in a nice dark Theme.
No fancy stuff, no weird permissions, no tracker : it does what's it's supposed to and that's it!

⚠️ Important Notice:
1 - It's only working on Jira Cloud and not on self hosted Jira (links like https://*.atlassian.net/ ).
2 - It's not working on Confluence.
3 - Thanks to the community who corrected a few glitches and bugs: you guys are awesome!

ℹ️ Last update:
Excluded Confluence as the CSS is inverted.                    

Extension Basic Information

Name Jira Black - Dark Mode Jira Black - Dark Mode
ID kceiicckemdanfancjeiddjkedhdicgo
Official URL https://chromewebstore.google.com/detail/jira-black-dark-mode/kceiicckemdanfancjeiddjkedhdicgo
Description Turn your Jira Cloud to Black, a nice looking Dark Theme.
File Size 5.01 KB
Installation Count 6,669
Current Version 0.3.3
Last Updated 2022-12-31
Publish Date 2021-07-25
Rating 4.66/5 Total 56 Ratings
Developer Jb Ronssin
Email [email protected]
Payment Type free
Extension Website https://github.com/jbronssin/jira-black
Help Page URL https://github.com/jbronssin/jira-black
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jira Black - Dark Mode",
    "version": "0.3.3",
    "description": "Turn your Jira Cloud to Black, a nice looking Dark Theme.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.herocoders.com\/issue\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.atlassian.net\/wiki\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}