Keep Me On Task

This App will keep you on task

Cos'è Keep Me On Task?

Keep Me On Task è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This App will keep you on task".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keep Me On Task

Scarica i file di estensione Keep Me On Task in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keep Me On Task Keep Me On Task
ID hjldmhijkblkjgldpedblmegnofaican
URL Ufficiale https://chromewebstore.google.com/detail/keep-me-on-task/hjldmhijkblkjgldpedblmegnofaican
Descrizione This App will keep you on task
Dimensione del File 124 KB
Conteggio Installazioni 9
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-02
Data di Pubblicazione 2015-03-01
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
}