Will I Be Glad I Did This?

Periodically reminds you not to waste time.

Τι είναι το Will I Be Glad I Did This?;

Το Will I Be Glad I Did This? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alan deLespinasse, και η κύρια λειτουργία του είναι "Periodically reminds you not to waste time.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Will I Be Glad I Did This?

Λήψη αρχείων επέκτασης Will I Be Glad I Did This? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The simplest productivity aid software ever created. Every 20 minutes, it shows a notification that says "WIBGIDT?" and "Think." "WIBGIDT" stands for "Will I be glad I did this?".

Helps you focus and avoid procrastination. Useful for people with ADHD and concentration issues. Sometimes if you're doing something else when you should be working, all you need is a gentle reminder.

You can't adjust the time interval. You can't adjust the message. It's as simple as it can possibly be.                    

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

Όνομα Will I Be Glad I Did This? Will I Be Glad I Did This?
ID fjpnnjlejnndklpicbpcplkklkobpefn
Επίσημο URL https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn
Περιγραφή Periodically reminds you not to waste time.
Μέγεθος Αρχείου 4.16 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.000001
Τελευταία Ενημέρωση 2022-07-13
Ημερομηνία Δημοσίευσης 2022-07-12
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Alan deLespinasse
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Will I Be Glad I Did This?",
    "description": "Periodically reminds you not to waste time.",
    "version": "1.000001",
    "author": "Alan deLespinasse",
    "homepage_url": "https:\/\/github.com\/adelespinasse\/wibgidt",
    "icons": {
        "32": "pa32trans.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}