DropKick!

DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.

Was ist DropKick!?

DropKick! ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DropKick!-Erweiterungs-CRX-Datei herunterladen

Laden Sie DropKick!-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

                        DropKick is a Chrome Extension that helps you create good working habits by limiting the amount of time you spend on time-wasting websites.

It uses the Pomodoro Technique, which works like this:

You have a working interval (say 25 minutes)
Followed by a short break (say 3 minutes)
A break might be include catching up on Facebook or checking Instagram. You are allowed to enjoy yourself! DropKick simply prevents you wasting too much time.                    

Grundlegende Informationen zur Erweiterung

Name DropKick! DropKick!
ID nemlbcegcokokoajldaboefhnbijiblm
Offizielle URL https://chromewebstore.google.com/detail/dropkick/nemlbcegcokokoajldaboefhnbijiblm
Beschreibung DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.
Dateigröße 89.58 KB
Installationsanzahl 15
Aktuelle Version 0.1.6
Letztes Update 2016-05-12
Veröffentlichungsdatum 2016-05-12
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler [email protected]
Zahlungsart free
Erweiterungswebsite http://oodavid.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DropKick!",
    "description": "DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.",
    "version": "0.1.6",
    "browser_action": {
        "default_icon": {
            "19": "inactive38.png",
            "38": "inactive38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}