Days Until (Days Countdown)
Displays the number of days until a specified date right in the toolbar. (Days Countdown)
ما هو Days Until (Days Countdown)؟
Days Until (Days Countdown) هو إضافة Chrome تم تطويرها بواسطة usefulwebtech، والميزة الرئيسية لها هي "Displays the number of days until a specified date right in the toolbar. (Days Countdown)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Days Until (Days Countdown)
قم بتنزيل ملفات الامتداد Days Until (Days Countdown) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Helps you track the number of days left until an important day that you have been waiting for. Set a deadline for your Goals! Keep track of days remaining! Easily change the date and event name by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! Chase the date! (Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)
معلومات أساسية عن التمديد
الاسم | Days Until (Days Countdown) |
ID | eddnhnjblfligfijgckclhnkmilmdhij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij |
الوصف | Displays the number of days until a specified date right in the toolbar. (Days Countdown) |
حجم الملف | 17.64 KB |
عدد التثبيتات | 35,905 |
النسخة الحالية | 1.52 |
آخر تحديث | 2022-12-24 |
تاريخ النشر | 2020-03-08 |
تقييم | 3.48/5 مجموع تقييمات 42 |
المطور | usefulwebtech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Click here to set the date" }, "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Days Until (Days Countdown)", "permissions": [ "storage" ], "short_name": "Days Until", "version": "1.52" } |