timelimit

An extension to keep you off distracting websites!

什麼是timelimit?

timelimit是由timelimitapp開發的Chrome擴展程式,該擴展的主要功能是“An extension to keep you off distracting websites!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載timelimit擴展crx文件

下載timelimit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever wanted to limit the amount of time you spend each day on distracting websites? timelimit allows you to specify a maximum amount of time you want to spend on the website each day. For example, you can specify spending a max of 30 minutes per day on www.facebook.com, and then it will block you from going on the website after you've used it for 30 minutes until the day is over! Users can specify a list of websites that they want to limit, and can add and delete websites, flexibly change the amount of time. The extension also provides the user with the amount of time remaining for the website, so you can see how much time you've spent on the website today and how much time you have left. Note: URL blocking is matched so that if you enter www.facebook.com, timelimit will block www.facebook.com/profile/:id, www.facebook.com/pages, or anything else matching www.facebook.com/*.                    

擴展基本資訊

名稱 timelimit timelimit
ID ihahdkpgnaoiidnkndhginfpianaindd
官方網址 https://chromewebstore.google.com/detail/timelimit/ihahdkpgnaoiidnkndhginfpianaindd
簡介 An extension to keep you off distracting websites!
檔案大小 671 KB
安裝次數 619
目前版本 0.0.0.1
更新時間 2018-08-18
上架時間 2018-08-18
評分 4.33/5 共 6 次評分
開發者 timelimitapp
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "timelimit",
    "name": "timelimit",
    "description": "An extension to keep you off distracting websites!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "clock.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "block.html"
    ],
    "version": "0.0.0.1"
}