Focuser

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

Co to jest Focuser?

Focuser to rozszerzenie Chrome opracowane przez https://focuser.org, a jego główną funkcją jest „You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Focuser

Pobierz pliki rozszerzeń Focuser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
Oficjalny URL https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
Opis You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
Rozmiar pliku 85.02 KB
Liczba instalacji 22
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-04-01
Data Publikacji 2016-04-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://focuser.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://focuser.org
Obsługiwane Języki 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"
    }
}