42logtime
42logtime
What is 42logtime?
42logtime is a Chrome extension developed by ugur.ozd.dev, and its main feature is "42logtime".
Extension Screenshots
Download 42logtime Extension CRX File
Download 42logtime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
42logtime permet d'avoir le cumuls, par mois, des heures où vous êtes connectés.
Extension Basic Information
Name | 42logtime |
ID | fkcfecmfcfmealjioddcpgghpmdgbeag |
Official URL | https://chromewebstore.google.com/detail/42logtime/fkcfecmfcfmealjioddcpgghpmdgbeag |
Description | 42logtime |
File Size | 151 KB |
Installation Count | 980 |
Current Version | 0.6 |
Last Updated | 2023-12-12 |
Publish Date | 2018-12-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | ugur.ozd.dev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "42logtime", "description": "42logtime", "version": "0.6", "icons": { "16": "src\/png\/logo_16.png", "48": "src\/png\/logo_48.png", "96": "src\/png\/logo_96.png", "128": "src\/png\/logo_128.png" }, "browser_action": { "default_icon": "src\/png\/logo_128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/profile.intra.42.fr\/", "https:\/\/profile.intra.42.fr\/users\/*" ], "js": [ "src\/42logtime.js" ] } ] } |