42 Logtime & Darkmode
42 Logtime & Darkmode
42 Logtime & Darkmodeคืออะไร?
42 Logtime & Darkmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Omar Akoudad และคุณลักษณะหลักของมันคือ "42 Logtime & Darkmode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 42 Logtime & Darkmode
ดาวน์โหลดไฟล์ส่วนขยาย 42 Logtime & Darkmode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is for 42 students. With the extension, every time you activate it, it will show how many hours you logged-in in that month & you will be able to switch to the dark mode. Unique Today Extension - Shows Time Spent Today
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 42 Logtime & Darkmode |
ID | kkcjiilcfieknbpdhihhhncdbligjplg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/42-logtime-darkmode/kkcjiilcfieknbpdhihhhncdbligjplg |
คำอธิบาย | 42 Logtime & Darkmode |
ขนาดไฟล์ | 45.75 KB |
จำนวนการติดตั้ง | 323 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-03-19 |
วันที่เผยแพร่ | 2022-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Omar Akoudad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "42 Logtime & Darkmode", "description": "42 Logtime & Darkmode", "version": "0.0.3", "icons": { "16": "includes\/images\/16.png", "32": "includes\/images\/32.png", "64": "includes\/images\/64.png", "128": "includes\/images\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.intra.42.fr\/*", "https:\/\/profile.intra.42.fr\/users\/*" ], "js": [ "includes\/jquery.js", "includes\/aaaa.js" ] } ] } |