Focuser

You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.

Wat is Focuser?

Focuser is een Chrome-extensie ontwikkeld door https://focuser.org, en de belangrijkste functie is "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focuser

Download Focuser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        1440 is a magic number, this is how many minutes you've got every day to do something productive and useful. These minutes go very quickly and you don't even realise when you waste 60 of them on reddit. Current version notifies you how much time you've got until the end of the day to do something productive.                    

Basisinformatie over de Extensie

Naam Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
Officiële URL https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
Beschrijving You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
Bestandsgrootte 85.02 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2016-04-01
Publicatiedatum 2016-04-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://focuser.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://focuser.org
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focuser",
    "version": "1.0",
    "description": "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.",
    "author": "Mateusz Jarosz",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/focuser.org",
    "permissions": [
        "management"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}