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 |
| 官方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"
]
}
]
} | |