Work Hard

Get things done, that's it.

Qu'est-ce que Work Hard ?

Work Hard est une extension Chrome développée par Pedro Filho, et sa fonction principale est "Get things done, that's it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Work Hard

Téléchargez les fichiers d'extension Work Hard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
URL Officiel https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Description Get things done, that's it.
Taille du Fichier 55.66 KB
Nombre d'Installations 87
Version Actuelle 0.4.4
Dernière Mise à Jour 2020-08-23
Date de Publication 2019-12-09
Évaluation 5.00/5 Total 5 Évaluations
Développeur Pedro Filho
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pedroapfilho/work-hard
URL de la Page d'Aide https://github.com/pedroapfilho/work-hard/issues
Langues Prises en Charge 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"
    ]
}