Work Hard

Get things done, that's it.

Co to jest Work Hard?

Work Hard to rozszerzenie Chrome opracowane przez Pedro Filho, a jego główną funkcją jest „Get things done, that's it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Work Hard

Pobierz pliki rozszerzeń Work Hard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
Oficjalny URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Opis Get things done, that's it.
Rozmiar pliku 55.66 KB
Liczba instalacji 87
Aktualna Wersja 0.4.4
Ostatnia Aktualizacja 2020-08-23
Data Publikacji 2019-12-09
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Pedro Filho
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pedroapfilho/work-hard
Adres URL Strony Pomocy https://github.com/pedroapfilho/work-hard/issues
Obsługiwane Języki 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"
    ]
}