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 là gì?

FocusTime - Balance work and fun là một tiện ích mở rộng Chrome được phát triển bởi gurkmandur, và tính năng chính của nó là "An Open Source Pomodoro timer to focus on your work and block out distracting websites!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FocusTime - Balance work and fun

Tải xuống các tệp mở rộng FocusTime - Balance work and fun dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FocusTime - Balance work and fun FocusTime - Balance work and fun
ID fbhndcnlmcciepieaapmeegnjigimjma
URL Chính Thức https://chromewebstore.google.com/detail/focustime-balance-work-an/fbhndcnlmcciepieaapmeegnjigimjma
Mô tả An Open Source Pomodoro timer to focus on your work and block out distracting websites!
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-08-24
Ngày Phát Hành 2019-08-19
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gurkmandur
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}