Keep Me On Task

This App will keep you on task

What is Keep Me On Task?

Keep Me On Task is a Chrome extension developed by Unknown, and its main feature is "This App will keep you on task".

Extension Screenshots

screenshot

Download Keep Me On Task Extension CRX File

Download Keep Me On Task 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

                        An extension to keep help keep you on task. You add sites to the blacklist that you shouldn't go to and sites that are productive that you would like to go to. When you try to go to blacklisted sites, it will redirect you to a random whitelisted site.                    

Extension Basic Information

Name Keep Me On Task Keep Me On Task
ID hjldmhijkblkjgldpedblmegnofaican
Official URL https://chromewebstore.google.com/detail/keep-me-on-task/hjldmhijkblkjgldpedblmegnofaican
Description This App will keep you on task
File Size 124 KB
Installation Count 9
Current Version 1.0
Last Updated 2015-03-02
Publish Date 2015-03-01
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keep Me On Task",
    "description": "This App will keep you on task",
    "version": "1.0",
    "browser_action": {
        "default_icon": "OnTaskLogoRed.png",
        "default_title": "Keep Me On Task!"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jquery-2.1.3.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "http:\/\/104.236.56.129:4567\/*"
    ],
    "options_page": "options.html"
}