TabStats
An extension that track amount of time you spent on a website each day.
ما هو TabStats؟
TabStats هو إضافة Chrome تم تطويرها بواسطة pallab.gain، والميزة الرئيسية لها هي "An extension that track amount of time you spent on a website each day.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabStats
قم بتنزيل ملفات الامتداد TabStats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension that track amount of time you spent on a website everyday.
- Bugfix
- Window focus related issue معلومات أساسية عن التمديد
| الاسم | |
| ID | milpdpjbadncalidnmimelocmkmnmacj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj |
| الوصف | An extension that track amount of time you spent on a website each day. |
| حجم الملف | 2.06 MB |
| عدد التثبيتات | 35 |
| النسخة الحالية | 1.2.5 |
| آخر تحديث | 2020-02-22 |
| تاريخ النشر | 2020-02-22 |
| المطور | pallab.gain |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/pallab-gain/TabStats |
| عنوان صفحة المساعدة | https://github.com/pallab-gain/TabStats/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabStats",
"version": "1.2.5",
"description": "An extension that track amount of time you spent on a website each day.",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"web_accessible_resources": [
"cdn"
],
"permissions": [
"tabs"
]
} | |