Work Hard

Get things done, that's it.

Hvad er Work Hard?

Work Hard er en Chrome-udvidelse udviklet af Pedro Filho, og dens hovedfunktion er "Get things done, that's it.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Work Hard-udvidelses-CRX-fil

Download Work Hard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
Officiel URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Beskrivelse Get things done, that's it.
Filstørrelse 55.66 KB
Antal Installationer 87
Nuværende Version 0.4.4
Senest Opdateret 2020-08-23
Udgivelsesdato 2019-12-09
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Pedro Filho
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/pedroapfilho/work-hard
Hjælpeside-URL https://github.com/pedroapfilho/work-hard/issues
Understøttede Sprog 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"
    ]
}