Work Hard

Get things done, that's it.

Co je Work Hard?

Work Hard je rozšíření Chrome vyvinuté Pedro Filho, a jeho hlavní funkcí je „Get things done, that's it.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Work Hard

Stáhněte si soubory rozšíření Work Hard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
Oficiální URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Popis Get things done, that's it.
Velikost souboru 55.66 KB
Počet instalací 87
Aktuální Verze 0.4.4
Poslední Aktualizace 2020-08-23
Datum Vydání 2019-12-09
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Pedro Filho
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pedroapfilho/work-hard
URL Stránky Nápovědy https://github.com/pedroapfilho/work-hard/issues
Podporované Jazyky 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"
    ]
}