Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
ما هو Day-Count Timer Extension؟
Day-Count Timer Extension هو إضافة Chrome تم تطويرها بواسطة linuscedergren، والميزة الرئيسية لها هي "Counts the amount of days since or until a specified date (or multiple dates).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Day-Count Timer Extension
قم بتنزيل ملفات الامتداد Day-Count Timer Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date. معلومات أساسية عن التمديد
| الاسم | |
| ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
| الوصف | Counts the amount of days since or until a specified date (or multiple dates). |
| حجم الملف | 625 KB |
| عدد التثبيتات | 329 |
| النسخة الحالية | 2.3.2 |
| آخر تحديث | 2023-02-14 |
| تاريخ النشر | 2020-09-27 |
| تقييم | 4.50/5 مجموع تقييمات 2 |
| المطور | linuscedergren |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Day-Count Timer Extension",
"version": "2.3.2",
"manifest_version": 3,
"description": "Counts the amount of days since or until a specified date (or multiple dates).",
"permissions": [
"storage"
],
"action": {
"default_popup": ".\/popup.html",
"default_icon": ".\/assets\/images\/icon.png"
},
"background": {
"service_worker": ".\/assets\/js\/background.js"
},
"icons": {
"128": ".\/assets\/images\/icon.png"
}
} | |