Task Timer

An offline task timer extension that will help you keep track of your schedule.

ما هو Task Timer؟

Task Timer هو إضافة Chrome تم تطويرها بواسطة Tudor Stoica، والميزة الرئيسية لها هي "An offline task timer extension that will help you keep track of your schedule.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension provides you with :

 - a system that keeps track of your tasks 
 - a sticky notes tab
 - reports tab that give the information you want and which you can export                    

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

الاسم Task Timer Task Timer
ID cdooaodgjnfoieflegemcnbgdibopbmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi
الوصف An offline task timer extension that will help you keep track of your schedule.
حجم الملف 488 KB
عدد التثبيتات 1,855
النسخة الحالية 2.6.5
آخر تحديث 2019-09-02
تاريخ النشر 2019-09-01
تقييم 4.50/5 مجموع تقييمات 6
المطور Tudor Stoica
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Timer",
    "version": "2.6.5",
    "description": "An offline task timer extension that will help you keep track of your schedule.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2
}