Overwork

Overwork helps you take breaks when you need them.

Что такое Overwork?

Overwork - это расширение Chrome, разработанное kubgus, и его основная функция - "Overwork helps you take breaks when you need them.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Overwork

Скачайте файлы расширений Overwork в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do you ever get sucked into a task... a little too much? Sometimes we forget to live real life while finishing out homework assignments, making sales presentations or adding that new website feature. I've been there. So I created overwork. It's a simple Chromium (Chrome, MS Edge, ...) extension that allows you to track how long you've been working and set a reminder to relax with fun challenges you can try.                    

Основная информация о расширении

Название Overwork Overwork
ID jhpbphonlhcgjieobohcpamgejbbkkcj
Официальный URL https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj
Описание Overwork helps you take breaks when you need them.
Размер файла 24.41 KB
Количество установок 50
Текущая Версия 1.1.1
Последнее Обновление 2023-10-28
Дата публикации 2023-10-25
Разработчик kubgus
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Overwork",
    "version": "1.1.1",
    "description": "Overwork helps you take breaks when you need them.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}