FocusTime - Balance work and fun

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

Was ist FocusTime - Balance work and fun?

FocusTime - Balance work and fun ist eine Chrome-Erweiterung, die von gurkmandur entwickelt wurde, und ihr Hauptmerkmal ist "An Open Source Pomodoro timer to focus on your work and block out distracting websites!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FocusTime - Balance work and fun-Erweiterungs-CRX-Datei herunterladen

Laden Sie FocusTime - Balance work and fun-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FocusTime - Balance work and fun FocusTime - Balance work and fun
ID fbhndcnlmcciepieaapmeegnjigimjma
Offizielle URL https://chromewebstore.google.com/detail/focustime-balance-work-an/fbhndcnlmcciepieaapmeegnjigimjma
Beschreibung An Open Source Pomodoro timer to focus on your work and block out distracting websites!
Dateigröße 1.34 MB
Installationsanzahl 154
Aktuelle Version 1.2
Letztes Update 2019-08-24
Veröffentlichungsdatum 2019-08-19
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler gurkmandur
Zahlungsart free
Unterstützte Sprachen 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
}