Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

ما هو Countdown؟

Countdown هو إضافة Chrome تم تطويرها بواسطة Kha Tran، والميزة الرئيسية لها هي "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Countdown

قم بتنزيل ملفات الامتداد Countdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

معلومات أساسية عن التمديد

الاسم Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
عنوان URL الرسمي https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
الوصف Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
حجم الملف 74.22 KB
عدد التثبيتات 18
النسخة الحالية 1.0.5
آخر تحديث 2019-11-22
تاريخ النشر 2019-11-21
تقييم 5.00/5 مجموع تقييمات 1
المطور Kha Tran
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}