Dark Theme for Jira
Allow user to switch between light and dark theme on the Jira website
ما هو Dark Theme for Jira؟
Dark Theme for Jira هو إضافة Chrome تم تطويرها بواسطة lucapalminteri02، والميزة الرئيسية لها هي "Allow user to switch between light and dark theme on the Jira website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dark Theme for Jira
قم بتنزيل ملفات الامتداد Dark Theme for Jira بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple button is added in the right-top of the page that toggles the theme to dark/light
معلومات أساسية عن التمديد
الاسم | Dark Theme for Jira |
ID | ckedjfpbcmnjleckmfjogkchahffaomg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dark-theme-for-jira/ckedjfpbcmnjleckmfjogkchahffaomg |
الوصف | Allow user to switch between light and dark theme on the Jira website |
حجم الملف | 302 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.4 |
آخر تحديث | 2023-03-10 |
تاريخ النشر | 2022-11-14 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | lucapalminteri02 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/LucaPalminteri/dark-theme-jira |
عنوان صفحة المساعدة | https://github.com/LucaPalminteri/dark-theme-jira |
اللغات المدعومة | 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" } |