Stay On Task

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

What is Stay On Task?

Stay On Task is a Chrome extension developed by Unknown, and its main feature is "This extension blocks websites you don't want to visit, as well as providing a to-do list.".

Extension Screenshots

screenshot
screenshot

Download Stay On Task Extension CRX File

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

                        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.                    

Extension Basic Information

Name Stay On Task Stay On Task
ID ihopiehopegcihbohemjoicccjdhgnoc
Official URL https://chromewebstore.google.com/detail/stay-on-task/ihopiehopegcihbohemjoicccjdhgnoc
Description This extension blocks websites you don't want to visit, as well as providing a to-do list.
File Size 1.41 MB
Installation Count 35
Current Version 0.0.0.3
Last Updated 2017-07-16
Publish Date 2017-07-16
Rating 3.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}