BreakTimer

Reminds you to take breaks from your computer.

BreakTimerとは何ですか?

BreakTimerはTitusによって開発されたChromeの拡張機能で、その主な機能は「Reminds you to take breaks from your computer.」です。

拡張機能のスクリーンショット

screenshot

BreakTimer拡張機能のCRXファイルをダウンロード

BreakTimer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        BreakTimer helps you to take regular breaks from your computer to prevent eye strain and other computer-related health issues. 

This extension is not intended to enforce anything on you but instead to nudge you in the right direction should you choose to look after your health.

BreakTimer will notify you with a new tab and an audio alert when it is time to take a break. You will also be reminded every 20 minutes to give your eyes a quick rest. 

Note: the extension may be less useful to you if you have the icon hidden. If your icon is hidden, you can resize the address bar in Chrome by dragging it from the right-most side to show more extension icons.                    

拡張機能の基本情報

名前 BreakTimer BreakTimer
ID ehlcdbpofiimdlajaleghpdlkcfhhfag
公式URL https://chrome.google.com/webstore/detail/breaktimer/ehlcdbpofiimdlajaleghpdlkcfhhfag
説明 Reminds you to take breaks from your computer.
ファイルサイズ 322 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2014-11-10
公開日 2014-11-10
開発者 Titus
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BreakTimer",
    "description": "Reminds you to take breaks from your computer.",
    "version": "1.0",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}