Focuser

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

Apa itu Focuser?

Focuser adalah ekstensi Chrome yang dikembangkan oleh https://focuser.org, dan fitur utamanya adalah "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Focuser

Unduh file ekstensi Focuser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
URL Resmi https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
Deskripsi You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
Ukuran File 85.02 KB
Jumlah Instalasi 22
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-01
Tanggal Publikasi 2016-04-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://focuser.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://focuser.org
Bahasa yang Didukung 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"
    }
}