ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

O que é ProductivEasy Website Blocker?

ProductivEasy Website Blocker é uma extensão do Chrome desenvolvida por Joey Cim, e sua principal característica é "Block websites and boost your productivity the easy way".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ProductivEasy Website Blocker

Baixe arquivos de extensão ProductivEasy Website Blocker 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

                        ProductivEasy is a lightweight extension that allows you to block time-wasting sites and reclaim your productivity. With the ability to specify the times and days on which each block is active, you obtain full control over your browsing habits. Simply click on the "P" icon near the address bar to get started once you have installed the extension.                    

Informações Básicas da Extensão

Nome ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
URL Oficial https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Descrição Block websites and boost your productivity the easy way
Tamanho do Arquivo 53.54 KB
Contagem de Instalações 87
Versão Atual 0.2
Última Atualização 2015-09-25
Data de Publicação 2015-09-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Joey Cim
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductivEasy Website Blocker",
    "description": "Block websites and boost your productivity the easy way",
    "version": "0.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html",
        "default_title": "Manage settings"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}