Habitica Pomodoro SiteKeeper

Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.

Τι είναι το Habitica Pomodoro SiteKeeper;

Το Habitica Pomodoro SiteKeeper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ofex.me, και η κύρια λειτουργία του είναι "Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Habitica Pomodoro SiteKeeper

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

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

                        To report a bug or suggesting new features please use this link:
https://github.com/ofekmiz/Habitica-Pomodoro-SiteKeeper/issues

-----------------------------------------

This extension has two main features:

1."Pay to Pass" Website Blocker:
Website Blocker that plugs into Habitica and limits you from visiting websites that you decide. You can decide to visit these sites by spending Habitica currency, which you'll earn by developing good habits and doing chores.

2.Pomodoro Timer:
Including a Pomodoro Timer.
You can read about the pomodoro technique here:
https://habitica.fandom.com/wiki/Pomodoro

During Pomodoro mode, all websites in the list are blocked, websites with cost 0 are blocked only during pomodoro.
A Pomodoro habit is created automatically for the user in Habitica, with an option in the extension settings to automatically score [+] or [-] of the habit when a Pomodoro is done successfully or fails accordingly.

How to use:
After installing the extension, click on the icon at the top right to open the menu. In here, you must set your API Credentials. You can then block a site by navigating to it and clicking block site. It will ask you to enter a cost. From this point on, when you visit this site, the extension will ask you if you'd like to spend GP to access it. To start a pomodoro timer simply click on the Tomato character. Click again to stop the timer. In the settings you will find a lot of option that allow you tweak and change the pomodoro behavior to fit best for you.

-----------------------------------------

For more information, recommended settings and version update log:
https://habitica.fandom.com/wiki/Habitica_Pomodoro_SiteKeeper                    

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

Όνομα Habitica Pomodoro SiteKeeper Habitica Pomodoro SiteKeeper
ID iaanigfbldakklgdfcnbjonbehpbpecl
Επίσημο URL https://chromewebstore.google.com/detail/habitica-pomodoro-sitekee/iaanigfbldakklgdfcnbjonbehpbpecl
Περιγραφή Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.
Μέγεθος Αρχείου 7.56 MB
Αριθμός Εγκαταστάσεων 13,866
Τρέχουσα Έκδοση 6.1.3
Τελευταία Ενημέρωση 2021-12-26
Ημερομηνία Δημοσίευσης 2020-05-12
Αξιολόγηση 4.77/5 Συνολικά 155 Αξιολογήσεις
Προγραμματιστής https://ofex.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://habitica.fandom.com/wiki/Habitica_Pomodoro_SiteKeeper
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ofekmiz/Habitica-Pomodoro-SiteKeeper/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habitica Pomodoro SiteKeeper",
    "description": "Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.",
    "version": "6.1.3",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "img\/siteKeeper.png",
        "img\/siteKeeper2.png",
        "img\/siteKeeper3.png"
    ],
    "commands": {
        "PomodoroHotKey": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Pomodoro hotkey"
        }
    }
}