Clean Timer

Helps you organize and optimize the tasks that matter for you

ما هو Clean Timer؟

Clean Timer هو إضافة Chrome تم تطويرها بواسطة Hideki OTSUKA، والميزة الرئيسية لها هي "Helps you organize and optimize the tasks that matter for you".

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

screenshot
screenshot
screenshot

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

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

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

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

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

الاسم Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
الوصف Helps you organize and optimize the tasks that matter for you
حجم الملف 1.62 MB
عدد التثبيتات 658
النسخة الحالية 1.2.1
آخر تحديث 2020-04-10
تاريخ النشر 2020-04-10
تقييم 4.14/5 مجموع تقييمات 7
المطور Hideki OTSUKA
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}