Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Cos'è Productivity Enforcer?
Productivity Enforcer è un'estensione di Chrome sviluppata da chongdashu, e la sua funzione principale è "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Productivity Enforcer
Scarica i file di estensione Productivity Enforcer 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
Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.
Informazioni di Base sull'Estensione
Nome | Productivity Enforcer |
ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
URL Ufficiale | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
Descrizione | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
Dimensione del File | 14.59 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2014-03-30 |
Data di Pubblicazione | 2014-03-29 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | chongdashu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Enforcer", "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.", "version": "3.1", "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] } } |