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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |