Dark-Numworks
A chrome add-on to make the numworks workshop website darker.
Dark-Numworksคืออะไร?
Dark-Numworks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CZX - Dev และคุณลักษณะหลักของมันคือ "A chrome add-on to make the numworks workshop website darker."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark-Numworks
ดาวน์โหลดไฟล์ส่วนขยาย Dark-Numworks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
[FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main!
[ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hpjcifgaejbdpnkdbiifofodhbmpmjij |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij |
| คำอธิบาย | A chrome add-on to make the numworks workshop website darker. |
| ขนาดไฟล์ | 39.56 KB |
| จำนวนการติดตั้ง | 50 |
| เวอร์ชันปัจจุบัน | 0.1.4 |
| อัปเดตครั้งล่าสุด | 2019-11-27 |
| วันที่เผยแพร่ | 2019-11-27 |
| คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | CZX - Dev |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Cozax/numworks-site-dark-theme |
| URL หน้าช่วยเหลือ | https://github.com/Cozax/numworks-site-dark-theme/issues |
| ภาษาที่รองรับ | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dark-Numworks",
"version": "0.1.4",
"description": "A chrome add-on to make the numworks workshop website darker.",
"permissions": [
"storage"
],
"icons": {
"16": "22596700.png",
"128": "22596700.png"
},
"content_scripts": [
{
"css": [
"styles.css",
"dn-options.css"
],
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"https:\/\/workshop.numworks.com\/*"
]
}
]
} | |