Streak Tracker
Track your most important habit on a new tab
ما هو Streak Tracker؟
Streak Tracker هو إضافة Chrome تم تطويرها بواسطة https://ignacio.al، والميزة الرئيسية لها هي "Track your most important habit on a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streak Tracker
قم بتنزيل ملفات الامتداد Streak Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
-----
Updates for 1.6.2:
Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak.
We will keep improving this extension for you!
-----
Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak!
If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal معلومات أساسية عن التمديد
| الاسم | |
| ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
| الوصف | Track your most important habit on a new tab |
| حجم الملف | 11.82 KB |
| عدد التثبيتات | 505 |
| النسخة الحالية | 1.6.2 |
| آخر تحديث | 2022-03-04 |
| تاريخ النشر | 2018-06-05 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://ignacio.al |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://ignacio.al |
| عنوان صفحة المساعدة | https://twitter.com/ignacioaal |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Streak Tracker",
"description": "Track your most important habit on a new tab",
"version": "1.6.2",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"128": "\/file.png"
},
"chrome_url_overrides": {
"newtab": "\/index.html"
}
} | |