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
公式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
}