Time is Running

Replace new tab page with 'Running Time'

What is Time is Running?

Time is Running is a Chrome extension developed by http://techproceed.com, and its main feature is "Replace new tab page with 'Running Time'".

Extension Screenshots

screenshot

Download Time is Running Extension CRX File

Download Time is Running 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

                        Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work.

Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.                    

Extension Basic Information

Name Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
Official URL https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
Description Replace new tab page with 'Running Time'
File Size 149 KB
Installation Count 34
Current Version 0.6
Last Updated 2014-07-25
Publish Date 2014-07-25
Rating 3.67/5 Total 3 Ratings
Developer http://techproceed.com
Payment Type free
Extension Website http://www.techproceed.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with 'Running Time'",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Time is Running",
    "offline_enabled": true,
    "version": "0.6"
}