Countdown
Keep track of your most important future events with a countdown on the new tab page!
ما هو Countdown؟
Countdown هو إضافة Chrome تم تطويرها بواسطة Srikar Gudipati، والميزة الرئيسية لها هي "Keep track of your most important future events with a countdown on the new tab page!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Countdown
قم بتنزيل ملفات الامتداد Countdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension displays countdown timers to your most important future events in the new tab page!
معلومات أساسية عن التمديد
الاسم | Countdown |
ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
الوصف | Keep track of your most important future events with a countdown on the new tab page! |
حجم الملف | 44.2 KB |
عدد التثبيتات | 669 |
النسخة الحالية | 0.5 |
آخر تحديث | 2015-01-26 |
تاريخ النشر | 2015-01-26 |
تقييم | 4.31/5 مجموع تقييمات 13 |
المطور | Srikar Gudipati |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.5", "manifest_version": 2, "description": "Keep track of your most important future events with a countdown on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Srikar Gudipati", "incognito": "split", "offline_enabled": true, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "notifications", "storage" ] } |