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
公式URL 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
Eメール [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"
}