Procrastinator

Helps you stay focused on the web by blocking unnecessary destractions

Cos'è Procrastinator?

Procrastinator è un'estensione di Chrome sviluppata da https://www.benrowe.info, e la sua funzione principale è "Helps you stay focused on the web by blocking unnecessary destractions".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Procrastinator

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

                        ** new - you can now customise the block page with your own url; either local file, or http url!

Find yourself getting easily distracted while completing tasks on the web? Procrastinator allows you to block websites you consider distracting to ensure you stay focused on your task.

Procrastinator is designed to quickly add the websites you deem a distraction, and it does the rest. You also control when the websites are blocked with a simple timespan.

This chrome extension will allow you to stay focused, and block yourself from distractions whilst you work.

Procrastinator gives you the control of which specific websites, or a sub-set of websites using it's simple pattern matching techniques. Or if you're a power user, you can use regular expressions to fine tune which url's are blocked.

Once you have defined your list of sites you want to block, you can also individually control the blocker for each website, or use a general time span to control all of the blocked websites.                    

Informazioni di Base sull'Estensione

Nome Procrastinator Procrastinator
ID enagjojfhclogmaemicdkkohjghgpodh
URL Ufficiale https://chromewebstore.google.com/detail/procrastinator/enagjojfhclogmaemicdkkohjghgpodh
Descrizione Helps you stay focused on the web by blocking unnecessary destractions
Dimensione del File 107 KB
Conteggio Installazioni 3,206
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-01-11
Data di Pubblicazione 2018-01-11
Valutazione 3.22/5 Totale 45 Valutazioni
Sviluppatore https://www.benrowe.info
Tipo di Pagamento free
Sito Web dell'Estensione http://benrowe.info/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastinator",
    "version": "1.1.0",
    "description": "Helps you stay focused on the web by blocking unnecessary destractions",
    "icons": {
        "16": "images\/remove_16.png",
        "32": "images\/remove_32.png",
        "48": "images\/remove_48.png"
    },
    "author": "Ben Rowe",
    "browser_action": {
        "default_icon": "images\/remove_16.png",
        "default_title": "Procrastinator",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}