Keep Me On Task

This App will keep you on task

Wat is Keep Me On Task?

Keep Me On Task is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This App will keep you on task".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Keep Me On Task

Download Keep Me On Task-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Keep Me On Task Keep Me On Task
ID hjldmhijkblkjgldpedblmegnofaican
Officiële URL https://chromewebstore.google.com/detail/keep-me-on-task/hjldmhijkblkjgldpedblmegnofaican
Beschrijving This App will keep you on task
Bestandsgrootte 124 KB
Aantal Installaties 9
Huidige Versie 1.0
Laatst Bijgewerkt 2015-03-02
Publicatiedatum 2015-03-01
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
}