TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
ما هو TimeFlow؟
TimeFlow هو إضافة Chrome تم تطويرها بواسطة Chiunhau، والميزة الرئيسية لها هي "TimeFlow is a Chrome extension that tracks time you spend on every website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TimeFlow
قم بتنزيل ملفات الامتداد TimeFlow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try.
معلومات أساسية عن التمديد
الاسم | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
الوصف | TimeFlow is a Chrome extension that tracks time you spend on every website. |
حجم الملف | 63.18 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2015-08-14 |
تاريخ النشر | 2015-08-14 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | Chiunhau |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TimeFlow", "version": "0.1.0", "description": "TimeFlow is a Chrome extension that tracks time you spend on every website.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "offline_enabled": true, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "idle", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |