Focuser

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

ما هو Focuser؟

Focuser هو إضافة Chrome تم تطويرها بواسطة https://focuser.org، والميزة الرئيسية لها هي "You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Focuser

قم بتنزيل ملفات الامتداد Focuser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Focuser Focuser
ID npgfkjjlkjffjmionkefoffdkbgaaiaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/focuser/npgfkjjlkjffjmionkefoffdkbgaaiaf
الوصف You only have 1440 minutes every day, focuser reminds you to use them productively and stop procrastinating.
حجم الملف 85.02 KB
عدد التثبيتات 22
النسخة الحالية 1.0
آخر تحديث 2016-04-01
تاريخ النشر 2016-04-01
تقييم 5.00/5 مجموع تقييمات 1
المطور https://focuser.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://focuser.org
اللغات المدعومة 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"
    }
}