Work Hard

Get things done, that's it.

Was ist Work Hard?

Work Hard ist eine Chrome-Erweiterung, die von Pedro Filho entwickelt wurde, und ihr Hauptmerkmal ist "Get things done, that's it.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Work Hard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Work Hard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
Offizielle URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Beschreibung Get things done, that's it.
Dateigröße 55.66 KB
Installationsanzahl 87
Aktuelle Version 0.4.4
Letztes Update 2020-08-23
Veröffentlichungsdatum 2019-12-09
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Pedro Filho
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/pedroapfilho/work-hard
Hilfeseite URL https://github.com/pedroapfilho/work-hard/issues
Unterstützte Sprachen 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"
    ]
}