Dark Theme for Jira
Allow user to switch between light and dark theme on the Jira website
Co to jest Dark Theme for Jira?
Dark Theme for Jira to rozszerzenie Chrome opracowane przez lucapalminteri02, a jego główną funkcją jest „Allow user to switch between light and dark theme on the Jira website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dark Theme for Jira
Pobierz pliki rozszerzeń Dark Theme for Jira w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple button is added in the right-top of the page that toggles the theme to dark/light
Podstawowe informacje o rozszerzeniu
Nazwa | Dark Theme for Jira |
ID | ckedjfpbcmnjleckmfjogkchahffaomg |
Oficjalny URL | https://chromewebstore.google.com/detail/dark-theme-for-jira/ckedjfpbcmnjleckmfjogkchahffaomg |
Opis | Allow user to switch between light and dark theme on the Jira website |
Rozmiar pliku | 302 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2023-03-10 |
Data Publikacji | 2022-11-14 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | lucapalminteri02 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/LucaPalminteri/dark-theme-jira |
Adres URL Strony Pomocy | https://github.com/LucaPalminteri/dark-theme-jira |
Obsługiwane Języki | 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" } |