Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

ما هو Count Down Timer؟

Count Down Timer هو إضافة Chrome تم تطويرها بواسطة https://patelgovind.blogspot.in، والميزة الرئيسية لها هي "Simple count down timer - by govindpatel(https://github.com/govindpatel)".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Count Down Timer

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

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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

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

الاسم Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
عنوان URL الرسمي https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
الوصف Simple count down timer - by govindpatel(https://github.com/govindpatel)
حجم الملف 93.27 KB
عدد التثبيتات 629
النسخة الحالية 1.0
آخر تحديث 2021-08-24
تاريخ النشر 2015-07-14
تقييم 4.25/5 مجموع تقييمات 4
المطور https://patelgovind.blogspot.in
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}