42 Logtime & Darkmode
42 Logtime & Darkmode
什麼是42 Logtime & Darkmode?
42 Logtime & Darkmode是由Omar Akoudad開發的Chrome擴展程式,該擴展的主要功能是“42 Logtime & Darkmode”。
擴展截圖
下載42 Logtime & Darkmode擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | kkcjiilcfieknbpdhihhhncdbligjplg |
| 官方網址 | 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"
]
}
]
} | |