Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
ما هو Idle Time؟
Idle Time هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Detects time intervals when user was idle or locked system and displays their durations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Idle Time
قم بتنزيل ملفات الامتداد Idle Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension detects moments when user becomes idle and later active and displays notification with idle duration. It also detects when user locked and unlocked system and also shows notification with lock duration. This is useful if user wants to know for what time he was absent. Minimum detection interval is 1 minute.
معلومات أساسية عن التمديد
الاسم | |
ID | gpbpabilidejehccbecogoamnckcdelg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
الوصف | Detects time intervals when user was idle or locked system and displays their durations. |
حجم الملف | 10.28 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2021-01-20 |
تاريخ النشر | 2020-01-29 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Dima PM |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Idle Time", "description": "Detects time intervals when user was idle or locked system and displays their durations.", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "time 16.png", "32": "time 32.png", "48": "time 48.png", "128": "time 128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "idle", "notifications" ] } |