Stand Up! Timer

This extension reminds you to take a break from work.

Stand Up! Timerとは何ですか?

Stand Up! TimerはErfan Noroziによって開発されたChromeの拡張機能で、その主な機能は「This extension reminds you to take a break from work.」です。

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

screenshot
screenshot
screenshot

Stand Up! Timer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour.
This extension let you setup an interval timer to remind you to stand up.
To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it                    

拡張機能の基本情報

名前 Stand Up! Timer Stand Up! Timer
ID aamiggfhbebkpbknadfkelphhmkhmdcf
公式URL https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf
説明 This extension reminds you to take a break from work.
ファイルサイズ 103 KB
インストール数 4,794
現在のバージョン 1.0.2
最終更新日 2015-03-04
公開日 2015-03-03
評価 3.20/5 合計 20 レビュー
開発者 Erfan Norozi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up! Timer",
    "description": "This extension reminds you to take a break from work.",
    "author": "Erfan Norozi",
    "version": "1.0.2",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "notification.png"
    ]
}