DayCountDown
show the countdown of day a new tab
ما هو DayCountDown؟
DayCountDown هو إضافة Chrome تم تطويرها بواسطة ShulinChen، والميزة الرئيسية لها هي "show the countdown of day a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DayCountDown
قم بتنزيل ملفات الامتداد DayCountDown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
countdown of the day in a new Tab to increase user's productivity.
معلومات أساسية عن التمديد
الاسم | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
الوصف | show the countdown of day a new tab |
حجم الملف | 66.84 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-10-11 |
تاريخ النشر | 2015-10-11 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | ShulinChen |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |