Work Hard

Get things done, that's it.

O que é Work Hard?

Work Hard é uma extensão do Chrome desenvolvida por Pedro Filho, e sua principal característica é "Get things done, that's it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Work Hard

Baixe arquivos de extensão Work Hard 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

                        A simple, private and efficient way to block websites and keep you focused.

It gives you the power to block whatever you want, the main suggestion is to block entire domains, but you can block keywords, tags, categories, anything that can make you procrastinate.

The plugin itself just checks your tabs and close it if it matches anything you added on the list, simple and effective.

You should use it with some focus technique like the pomodoro one.

This extension doesn't store anything on any server, only on your computer. The code of this plugin is open source and you can check it out anytime you want.                    

Informações Básicas da Extensão

Nome Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
URL Oficial https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Descrição Get things done, that's it.
Tamanho do Arquivo 55.66 KB
Contagem de Instalações 87
Versão Atual 0.4.4
Última Atualização 2020-08-23
Data de Publicação 2019-12-09
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Pedro Filho
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pedroapfilho/work-hard
URL da Página de Ajuda https://github.com/pedroapfilho/work-hard/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Work Hard",
    "version": "0.4.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "Get things done, that's it.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/fun128.png",
        "default_title": "Work Hard"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}