Screen Time
Captures screen time from active pages
ما هو Screen Time؟
Screen Time هو إضافة Chrome تم تطويرها بواسطة mac، والميزة الرئيسية لها هي "Captures screen time from active pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Time
قم بتنزيل ملفات الامتداد Screen Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Screen Time for Google Chrome will capture time spent on sites and prepare reports same way as it done in Screen Time iOS feature. Data stored locally and does not sent anywhere. Only active tabs are counted so even if you open bazillion of pages only one at a time is active. Feel free to propose feature requests in github.
معلومات أساسية عن التمديد
الاسم | Screen Time |
ID | plckpjcbdofdpbljigbjkohpfccafged |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screen-time/plckpjcbdofdpbljigbjkohpfccafged |
الوصف | Captures screen time from active pages |
حجم الملف | 129 KB |
عدد التثبيتات | 233 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-12-12 |
تاريخ النشر | 2020-12-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mac |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mac2000/screentime |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Time", "version": "1.0.0", "description": "Captures screen time from active pages", "short_name": "screentime", "permissions": [ "tabs", "storage", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Does a thing when you do a thing", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |