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是由gurkmandur開發的Chrome擴展程式,該擴展的主要功能是“An Open Source Pomodoro timer to focus on your work and block out distracting websites!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FocusTime - Balance work and fun擴展crx文件

下載FocusTime - Balance work and fun擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}