Focuser

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

Vad är Focuser?

Focuser är en Chrome-tillägg utvecklad av https://focuser.org, och dess huvudfunktion är "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.".

Tilläggsskärmbilder

screenshot

Ladda ner Focuser-förlängningens CRX-fil

Ladda ner Focuser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
Officiell webbadress https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
Beskrivning You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
Filstorlek 85.02 KB
Antal Installationer 22
Aktuell Version 1.0
Senast Uppdaterad 2016-04-01
Publiceringsdatum 2016-04-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://focuser.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://focuser.org
Stödda Språk 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"
    }
}