FocusTime - Balance work and fun

An Open Source Pomodoro timer to focus on your work and block out distracting websites!

ما هو FocusTime - Balance work and fun؟

FocusTime - Balance work and fun هو إضافة Chrome تم تطويرها بواسطة gurkmandur، والميزة الرئيسية لها هي "An Open Source Pomodoro timer to focus on your work and block out distracting websites!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FocusTime - Balance work and fun

قم بتنزيل ملفات الامتداد FocusTime - Balance work and fun بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Do you have trouble with getting your work done and find yourself distracted by all these time wasting websites? Do you procrastinate until your deadlines? Well FocusTime is here to help! 

By separating your work time and breaks, you can work hard without getting distracted with our website blocking feature and take small scheduled breaks to relax.

It's time to get back your time!

Source at : https://github.com/gsmandur/focus-time                    

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

الاسم FocusTime - Balance work and fun FocusTime - Balance work and fun
ID fbhndcnlmcciepieaapmeegnjigimjma
عنوان URL الرسمي https://chromewebstore.google.com/detail/focustime-balance-work-an/fbhndcnlmcciepieaapmeegnjigimjma
الوصف An Open Source Pomodoro timer to focus on your work and block out distracting websites!
حجم الملف 1.34 MB
عدد التثبيتات 154
النسخة الحالية 1.2
آخر تحديث 2019-08-24
تاريخ النشر 2019-08-19
تقييم 4.00/5 مجموع تقييمات 2
المطور gurkmandur
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusTime - Balance work and fun",
    "version": "1.2",
    "description": "An Open Source Pomodoro timer to focus on your work and block out distracting websites!",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        ""
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/websiteBlocker.js",
            "background\/initialBlock.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Time to Stop Procrastinating",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/icon-v3.png",
        "32": "icon\/icon-v3.png",
        "48": "icon\/icon-v3.png",
        "128": "icon\/icon-v3.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}