Jira Black - Dark Mode
Turn your Jira Cloud to Black, a nice looking Dark Theme.
Jira Black - Dark Modeとは何ですか?
Jira Black - Dark ModeはJb Ronssinによって開発されたChromeの拡張機能で、その主な機能は「Turn your Jira Cloud to Black, a nice looking Dark Theme.」です。
拡張機能のスクリーンショット
Jira Black - Dark Mode拡張機能のCRXファイルをダウンロード
Jira Black - Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Jira Black - Dark Mode |
ID | kceiicckemdanfancjeiddjkedhdicgo |
公式URL | https://chromewebstore.google.com/detail/jira-black-dark-mode/kceiicckemdanfancjeiddjkedhdicgo |
説明 | Turn your Jira Cloud to Black, a nice looking Dark Theme. |
ファイルサイズ | 5.01 KB |
インストール数 | 6,669 |
現在のバージョン | 0.3.3 |
最終更新日 | 2022-12-31 |
公開日 | 2021-07-25 |
評価 | 4.66/5 合計 56 レビュー |
開発者 | Jb Ronssin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jbronssin/jira-black |
ヘルプページのURL | https://github.com/jbronssin/jira-black |
対応言語 | 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 } ] } |