Time Companion

This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.

Τι είναι το Time Companion;

Το Time Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hadi Yahia, και η κύρια λειτουργία του είναι "This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You're a chronic procrastinator? You want to do so many things but each time your discipline fails you and you find yourself wasting hours on sites like youtube? Are you looking for an alternative to applications that simply block distraction sites? If so, then Time Companion is for you! 

Time Companion offers 4 severity modes adapted to your needs:

Level 1: Displays a small notification after a time you choose. [also possible to notify at the beginning of the access to a distraction website].

Level 2: Asking you confirm to continue using the entertainment website. It asks you to write a sentence [at the beginning of access to a distraction website and/or every x minutes] and asks for the number of minutes you need. [also possible to enter a productivity sentence to continue]

Level 3: Blocks the page spent a certain amount of time on it, possibility of cyclic blocking (e.g. pomodoro).

Level 4: Radical level: Closes chrome if you insist on accessing entertainment websites after a certain amount of time.


Time companion also offers

A black list: Used to define the sites of distraction [It is possible to put all the websites inside].

A white list: Used to define exceptions [ex: specific part of a website in the black list].

Possibility to add several groups of lists!

Detailed statistics on your daily internet browsing

Possibility to add rest periods

Ability to remove distracting content from certain websites such as Youtube, Facebook, Quora, Linkedin, Reddit, Wikipedia, Twitter

Utilisez enfin l'internet de la bonne façon !

Finally use the internet in the right way!

Note: if you experience problems after an update, uninstall and reinstall the extension and the problem should be fixed, otherwise contact me so I can fix it.

We do not collect any of your data

** The Time Companion logo was created by David Abián and is licensed under the CC BY-SA 4.0 license [https://creativecommons.org/licenses/by-sa/4.0/deed.fr]                    

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

Όνομα Time Companion Time Companion
ID jjnbbklfpecnjcfehhebmfmibicklgdo
Επίσημο URL https://chromewebstore.google.com/detail/time-companion/jjnbbklfpecnjcfehhebmfmibicklgdo
Περιγραφή This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.
Μέγεθος Αρχείου 1.24 MB
Αριθμός Εγκαταστάσεων 142
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2022-08-22
Ημερομηνία Δημοσίευσης 2020-06-04
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Hadi Yahia
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "2.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/font-awesome.min.css",
                "library\/AWN\/style.css"
            ],
            "js": [
                "library\/TimeMe\/timeme.min.js",
                "library\/AWN\/index.var.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "library\/TimeMe\/timeme.min.js",
            "library\/Compression\/lz-string.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "fonts\/*",
        "sounds\/*",
        "library\/AWN\/style.css",
        "todolist\/index.html",
        "img\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.sharethis.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}