Jira Black - Dark Mode
Turn your Jira Cloud to Black, a nice looking Dark Theme.
Wat is Jira Black - Dark Mode?
Jira Black - Dark Mode is een Chrome-extensie ontwikkeld door Jb Ronssin, en de belangrijkste functie is "Turn your Jira Cloud to Black, a nice looking Dark Theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira Black - Dark Mode
Download Jira Black - Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kceiicckemdanfancjeiddjkedhdicgo |
| Officiële URL | https://chromewebstore.google.com/detail/jira-black-dark-mode/kceiicckemdanfancjeiddjkedhdicgo |
| Beschrijving | Turn your Jira Cloud to Black, a nice looking Dark Theme. |
| Bestandsgrootte | 5.01 KB |
| Aantal Installaties | 6,669 |
| Huidige Versie | 0.3.3 |
| Laatst Bijgewerkt | 2022-12-31 |
| Publicatiedatum | 2021-07-25 |
| Beoordeling | 4.66/5 Totaal 56 Beoordelingen |
| Ontwikkelaar | Jb Ronssin |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jbronssin/jira-black |
| Help Pagina-URL | https://github.com/jbronssin/jira-black |
| Ondersteunde Talen | 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
}
]
} | |