Pomodoro Timer: To Boost Your Productivity

Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.

ما هو Pomodoro Timer: To Boost Your Productivity؟

Pomodoro Timer: To Boost Your Productivity هو إضافة Chrome تم تطويرها بواسطة Dhruv Jobanputra، والميزة الرئيسية لها هي "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pomodoro Timer: To Boost Your Productivity

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

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

                        Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.                    

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

الاسم Pomodoro Timer: To Boost Your Productivity Pomodoro Timer: To Boost Your Productivity
ID cimgfefpecjidchfhanhmhbgkcjoiipj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj
الوصف Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
حجم الملف 161 KB
عدد التثبيتات 46
النسخة الحالية 0.1
آخر تحديث 2022-01-18
تاريخ النشر 2022-01-17
تقييم 5.00/5 مجموع تقييمات 1
المطور Dhruv Jobanputra
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Timer: To Boost Your Productivity",
    "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tomato16.png",
            "32": "\/images\/tomato32.png",
            "48": "\/images\/tomato48.png",
            "128": "\/images\/tomato128.png"
        }
    },
    "web_accessible_resources": [
        "\/images\/tomato128.png"
    ],
    "icons": {
        "16": "\/images\/tomato16.png",
        "32": "\/images\/tomato32.png",
        "48": "\/images\/tomato48.png",
        "128": "\/images\/tomato128.png"
    }
}