CountDown Timer
Use to count the number of days,hours,sec remaining
ما هو CountDown Timer؟
CountDown Timer هو إضافة Chrome تم تطويرها بواسطة Sumit Shitole، والميزة الرئيسية لها هي "Use to count the number of days,hours,sec remaining".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CountDown Timer
قم بتنزيل ملفات الامتداد CountDown Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser! We have updated the design of extension and added few features.
معلومات أساسية عن التمديد
الاسم | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
الوصف | Use to count the number of days,hours,sec remaining |
حجم الملف | 242 KB |
عدد التثبيتات | 1,437 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-12-31 |
تاريخ النشر | 2019-11-06 |
تقييم | 4.67/5 مجموع تقييمات 24 |
المطور | Sumit Shitole |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://linkedin.com/in/sumit-shitole/ |
عنوان صفحة المساعدة | https://github.com/SumitShitole |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CountDown Timer", "version": "2.0", "description": "Use to count the number of days,hours,sec remaining", "icons": { "16": "Icon.png", "32": "Icon-32.png" }, "action": { "default_popup": "Counter.html", "default_icon": "Icon.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "js\/background.js" } } |