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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } |