Work Hard

Get things done, that's it.

Cos'è Work Hard?

Work Hard è un'estensione di Chrome sviluppata da Pedro Filho, e la sua funzione principale è "Get things done, that's it.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Work Hard

Scarica i file di estensione Work Hard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
URL Ufficiale https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Descrizione Get things done, that's it.
Dimensione del File 55.66 KB
Conteggio Installazioni 87
Versione Corrente 0.4.4
Ultimo Aggiornamento 2020-08-23
Data di Pubblicazione 2019-12-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Pedro Filho
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pedroapfilho/work-hard
URL della Pagina di Aiuto https://github.com/pedroapfilho/work-hard/issues
Lingue Supportate 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"
    ]
}