Stand Up! Timer

This extension reminds you to take a break from work.

What is Stand Up! Timer?

Stand Up! Timer is a Chrome extension developed by Erfan Norozi, and its main feature is "This extension reminds you to take a break from work.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stand Up! Timer Extension CRX File

Download Stand Up! Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stand Up! Timer Stand Up! Timer
ID aamiggfhbebkpbknadfkelphhmkhmdcf
Official URL https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf
Description This extension reminds you to take a break from work.
File Size 103 KB
Installation Count 4,794
Current Version 1.0.2
Last Updated 2015-03-04
Publish Date 2015-03-03
Rating 3.20/5 Total 20 Ratings
Developer Erfan Norozi
Payment Type free
Supported Languages 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"
    ]
}