Work Hard

Get things done, that's it.

¿Qué es Work Hard?

Work Hard es una extensión de Chrome desarrollada por Pedro Filho, y su función principal es "Get things done, that's it.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Work Hard

Descarga archivos de extensión Work Hard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
URL Oficial https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Descripción Get things done, that's it.
Tamaño del Archivo 55.66 KB
Cantidad de Instalaciones 87
Versión Actual 0.4.4
Última Actualización 2020-08-23
Fecha de Publicación 2019-12-09
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Pedro Filho
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/pedroapfilho/work-hard
URL de la Página de Ayuda https://github.com/pedroapfilho/work-hard/issues
Idiomas Soportados 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"
    ]
}