Overwork

Overwork helps you take breaks when you need them.

O que é Overwork?

Overwork é uma extensão do Chrome desenvolvida por kubgus, e sua principal característica é "Overwork helps you take breaks when you need them.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Overwork

Baixe arquivos de extensão Overwork no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Overwork Overwork
ID jhpbphonlhcgjieobohcpamgejbbkkcj
URL Oficial https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj
Descrição Overwork helps you take breaks when you need them.
Tamanho do Arquivo 24.41 KB
Contagem de Instalações 50
Versão Atual 1.1.1
Última Atualização 2023-10-28
Data de Publicação 2023-10-25
Desenvolvedor kubgus
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}