Focuser

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

Cos'è Focuser?

Focuser è un'estensione di Chrome sviluppata da https://focuser.org, e la sua funzione principale è "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Focuser

Scarica i file di estensione Focuser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
URL Ufficiale https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
Descrizione You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
Dimensione del File 85.02 KB
Conteggio Installazioni 22
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-01
Data di Pubblicazione 2016-04-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://focuser.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://focuser.org
Lingue Supportate 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"
    }
}