Jira Black - Dark Mode
Turn your Jira Cloud to Black, a nice looking Dark Theme.
Cos'è Jira Black - Dark Mode?
Jira Black - Dark Mode è un'estensione di Chrome sviluppata da Jb Ronssin, e la sua funzione principale è "Turn your Jira Cloud to Black, a nice looking Dark Theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira Black - Dark Mode
Scarica i file di estensione Jira Black - Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kceiicckemdanfancjeiddjkedhdicgo |
| URL Ufficiale | https://chromewebstore.google.com/detail/jira-black-dark-mode/kceiicckemdanfancjeiddjkedhdicgo |
| Descrizione | Turn your Jira Cloud to Black, a nice looking Dark Theme. |
| Dimensione del File | 5.01 KB |
| Conteggio Installazioni | 6,669 |
| Versione Corrente | 0.3.3 |
| Ultimo Aggiornamento | 2022-12-31 |
| Data di Pubblicazione | 2021-07-25 |
| Valutazione | 4.66/5 Totale 56 Valutazioni |
| Sviluppatore | Jb Ronssin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jbronssin/jira-black |
| URL della Pagina di Aiuto | https://github.com/jbronssin/jira-black |
| Lingue Supportate | 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
}
]
} | |