Time Tracker
Keeps track of how much time you spend on various web sites.
ما هو Time Tracker؟
Time Tracker هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Keeps track of how much time you spend on various web sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Tracker
قم بتنزيل ملفات الامتداد Time Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
معلومات أساسية عن التمديد
الاسم | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
الوصف | Keeps track of how much time you spend on various web sites. |
حجم الملف | 76.76 KB |
عدد التثبيتات | 15,086 |
النسخة الحالية | 1.2.4 |
آخر تحديث | 2016-10-29 |
تاريخ النشر | 2016-10-29 |
تقييم | 4.24/5 مجموع تقييمات 132 |
المطور | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/navjagpal/browser-timetracker/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |