20 Minute Timer

20 Minute Timer is an alarm that fires after twenty minutes.

ما هو 20 Minute Timer؟

20 Minute Timer هو إضافة Chrome تم تطويرها بواسطة DMBFullstack، والميزة الرئيسية لها هي "20 Minute Timer is an alarm that fires after twenty minutes.".

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

screenshot

تحميل ملف CRX للإضافة 20 Minute Timer

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

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

                        This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.                    

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

الاسم 20 Minute Timer 20 Minute Timer
ID mjpefkiaapcahdnkgccllcplgafdjifj
عنوان URL الرسمي https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj
الوصف 20 Minute Timer is an alarm that fires after twenty minutes.
حجم الملف 959 KB
عدد التثبيتات 405
النسخة الحالية 1.0.1
آخر تحديث 2016-04-09
تاريخ النشر 2016-04-09
تقييم 4.86/5 مجموع تقييمات 7
المطور DMBFullstack
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 Minute Timer",
    "short_name": "20 Minute Timer",
    "description": "20 Minute Timer is an alarm that fires after twenty minutes.",
    "version": "1.0.1",
    "author": "DMBFullstack",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "20 Minute Timer"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "page": "eventPage.html",
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}