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是由Hadi Yahia開發的Chrome擴展程式,該擴展的主要功能是“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

下載Time Companion擴展crx文件

下載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
官方網址 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"
    ]
}