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"
    ]
}