Stay On Task

This extension blocks websites you don't want to visit, as well as providing a to-do list.

Wat is Stay On Task?

Stay On Task is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension blocks websites you don't want to visit, as well as providing a to-do list.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stay On Task

Download Stay 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

                        Stay On Task when you browse the Internet. Block any website of your choosing, as well as create a To-do List with time limits. 

Open a new tab, and click on the browser action on the top right of the tab to toggle the menu.                    

Basisinformatie over de Extensie

Naam Stay On Task Stay On Task
ID ihopiehopegcihbohemjoicccjdhgnoc
Officiële URL https://chromewebstore.google.com/detail/stay-on-task/ihopiehopegcihbohemjoicccjdhgnoc
Beschrijving This extension blocks websites you don't want to visit, as well as providing a to-do list.
Bestandsgrootte 1.41 MB
Aantal Installaties 35
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2017-07-16
Publicatiedatum 2017-07-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay On Task",
    "description": "This extension blocks websites you don't want to visit, as well as providing a to-do list.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "exclaim-icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sidenav.css"
            ],
            "js": [
                "jquery.js",
                "sidenav.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sidenav.html"
    ]
}