Stay On Task

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

Cos'è Stay On Task?

Stay On Task è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension blocks websites you don't want to visit, as well as providing a to-do list.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stay On Task

Scarica i file di estensione Stay 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Stay On Task Stay On Task
ID ihopiehopegcihbohemjoicccjdhgnoc
URL Ufficiale https://chromewebstore.google.com/detail/stay-on-task/ihopiehopegcihbohemjoicccjdhgnoc
Descrizione This extension blocks websites you don't want to visit, as well as providing a to-do list.
Dimensione del File 1.41 MB
Conteggio Installazioni 35
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-07-16
Data di Pubblicazione 2017-07-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}