Task timer

This extension set timer for tasks.

ما هو Task timer؟

Task timer هو إضافة Chrome تم تطويرها بواسطة skrasilnikov.dev، والميزة الرئيسية لها هي "This extension set timer for tasks.".

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

screenshot

تحميل ملف CRX للإضافة Task timer

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

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

                        It's a chrome extension for creating tasks and counting time for solving these tasks.                    

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

الاسم Task timer Task timer
ID ilodecgofagpdifoghkggnaohndgpipb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb
الوصف This extension set timer for tasks.
حجم الملف 94.94 KB
عدد التثبيتات 964
النسخة الحالية 1.2.3
آخر تحديث 2019-04-09
تاريخ النشر 2019-04-09
تقييم 4.56/5 مجموع تقييمات 9
المطور skrasilnikov.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/skrasilnikoff/task-timer-chrome-extension
عنوان صفحة المساعدة https://github.com/skrasilnikoff/task-timer-chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task timer",
    "description": "This extension set timer for tasks.",
    "version": "1.2.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ]
}