Stay On Task

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

Qu'est-ce que Stay On Task ?

Stay On Task est une extension Chrome développée par Unknown, et sa fonction principale est "This extension blocks websites you don't want to visit, as well as providing a to-do list.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stay On Task

Téléchargez les fichiers d'extension Stay On Task au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stay On Task Stay On Task
ID ihopiehopegcihbohemjoicccjdhgnoc
URL Officiel 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.
Taille du Fichier 1.41 MB
Nombre d'Installations 35
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2017-07-16
Date de Publication 2017-07-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}