Dark Theme for Jira
Allow user to switch between light and dark theme on the Jira website
Co je Dark Theme for Jira?
Dark Theme for Jira je rozšíření Chrome vyvinuté lucapalminteri02, a jeho hlavní funkcí je „Allow user to switch between light and dark theme on the Jira website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dark Theme for Jira
Stáhněte si soubory rozšíření Dark Theme for Jira ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple button is added in the right-top of the page that toggles the theme to dark/light
Základní Informace o Rozšíření
Název | Dark Theme for Jira |
ID | ckedjfpbcmnjleckmfjogkchahffaomg |
Oficiální URL | https://chromewebstore.google.com/detail/dark-theme-for-jira/ckedjfpbcmnjleckmfjogkchahffaomg |
Popis | Allow user to switch between light and dark theme on the Jira website |
Velikost souboru | 302 KB |
Počet instalací | 31 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2023-03-10 |
Datum Vydání | 2022-11-14 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | lucapalminteri02 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/LucaPalminteri/dark-theme-jira |
URL Stránky Nápovědy | https://github.com/LucaPalminteri/dark-theme-jira |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dark Theme for Jira", "description": "Allow user to switch between light and dark theme on the Jira website", "version": "1.4", "icons": { "16": ".\/images\/dark16.png", "48": ".\/images\/dark48.png", "128": ".\/images\/dark128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/jira\/*", "https:\/\/*.atlassian.net\/issues\/*", "https:\/\/*.atlassian.net\/browse\/*" ], "js": [ "index.js" ] } ], "author": "Luca Palminteri" } |