InCheck
Keep track of your weekly habits with In Check, a new tab chrome extension.
ما هو InCheck؟
InCheck هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Keep track of your weekly habits with In Check, a new tab chrome extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InCheck
قم بتنزيل ملفات الامتداد InCheck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keep track of your weekly habits with In Check.
Want to exercise everyday? Want to meditate 5 times a week? Use the In Check extension to turn your new tab page into a reminder of your habits.
Once you've completed one of your habits click the check box and watch your achievements build up with satisfaction.
Features:
Keep track of your habits across all chrome browsers.
Set three goals you want to make a habit of.
Set how many times a week you want to do it a week.
Tick off the activities each time you complete them in the week.
Reset your boxes each week. معلومات أساسية عن التمديد
| الاسم | |
| ID | jpkkglnfmiladdphackclehjjodakmpn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn |
| الوصف | Keep track of your weekly habits with In Check, a new tab chrome extension. |
| حجم الملف | 77.53 KB |
| عدد التثبيتات | 38 |
| النسخة الحالية | 1 |
| آخر تحديث | 2015-06-07 |
| تاريخ النشر | 2015-06-07 |
| تقييم | 1.50/5 مجموع تقييمات 2 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InCheck",
"description": "Keep track of your weekly habits with In Check, a new tab chrome extension.",
"version": "1",
"permissions": [
"storage"
],
"background": {
"scripts": [
"js\/vendor\/angular.min.js"
]
},
"incognito": "split",
"chrome_url_overrides": {
"newtab": "main.html"
},
"manifest_version": 2
} | |