Work Hard

Get things done, that's it.

Τι είναι το Work Hard;

Το Work Hard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pedro Filho, και η κύρια λειτουργία του είναι "Get things done, that's it.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Work Hard

Λήψη αρχείων επέκτασης Work Hard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
Επίσημο URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Περιγραφή Get things done, that's it.
Μέγεθος Αρχείου 55.66 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 0.4.4
Τελευταία Ενημέρωση 2020-08-23
Ημερομηνία Δημοσίευσης 2019-12-09
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Pedro Filho
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/pedroapfilho/work-hard
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/pedroapfilho/work-hard/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}