Interval Timer

It is a timer that can set the interval.

ما هو Interval Timer؟

Interval Timer هو إضافة Chrome تم تطويرها بواسطة Takashi Suzuki، والميزة الرئيسية لها هي "It is a timer that can set the interval.".

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

screenshot

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

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

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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

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

الاسم Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
الوصف It is a timer that can set the interval.
حجم الملف 367 KB
عدد التثبيتات 1,977
النسخة الحالية 1.1.2
آخر تحديث 2020-11-19
تاريخ النشر 2020-04-26
تقييم 4.91/5 مجموع تقييمات 11
المطور Takashi Suzuki
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/belltreeSzk/chrome-program-timer
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}