Dual Timer

A dual timer for time-boxing.

ما هو Dual Timer؟

Dual Timer هو إضافة Chrome تم تطويرها بواسطة log1، والميزة الرئيسية لها هي "A dual timer for time-boxing.".

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

screenshot

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

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

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

                        A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.                    

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

الاسم Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
الوصف A dual timer for time-boxing.
حجم الملف 268 KB
عدد التثبيتات 39
النسخة الحالية 0.2102
آخر تحديث 2021-07-31
تاريخ النشر 2021-06-05
تقييم 5.00/5 مجموع تقييمات 3
المطور log1
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/LexingtonWhalen/ChromeIntervalTimer
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "name": "Dual Timer",
    "description": "A dual timer for time-boxing.",
    "version": "0.2102",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": ".\/images\/128x128.png"
    }
}