Productivity Enforcer

A simple Chrome Extension that prevents the browser from launching websites, which you specify.

O que é Productivity Enforcer?

Productivity Enforcer é uma extensão do Chrome desenvolvida por chongdashu, e sua principal característica é "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Productivity Enforcer

Baixe arquivos de extensão Productivity Enforcer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
URL Oficial https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Descrição A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Tamanho do Arquivo 14.59 KB
Contagem de Instalações 37
Versão Atual 3.1
Última Atualização 2014-03-30
Data de Publicação 2014-03-29
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor chongdashu
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}