Pomodoro Focus

Block multiple sites to focus better on your work

Was ist Pomodoro Focus?

Pomodoro Focus ist eine Chrome-Erweiterung, die von Apoorva Singh entwickelt wurde, und ihr Hauptmerkmal ist "Block multiple sites to focus better on your work".

Erweiterungsscreenshots

screenshot

Pomodoro Focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pomodoro Focus-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

                        PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again.

This has been inspired by the Pomodoro Technique.                    

Grundlegende Informationen zur Erweiterung

Name Pomodoro Focus Pomodoro Focus
ID gommonmfpieokloaboibjlahdcffignp
Offizielle URL https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp
Beschreibung Block multiple sites to focus better on your work
Dateigröße 6.12 KB
Installationsanzahl 45
Aktuelle Version 1.0
Letztes Update 2018-01-26
Veröffentlichungsdatum 2018-01-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Apoorva Singh
Zahlungsart free
Hilfeseite URL https://github.com/apoorvasingh17/Pomodoro-Focus
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Focus",
    "description": "Block multiple sites to focus better on your work",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}