ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

¿Qué es ProductivEasy Website Blocker?

ProductivEasy Website Blocker es una extensión de Chrome desarrollada por Joey Cim, y su función principal es "Block websites and boost your productivity the easy way".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ProductivEasy Website Blocker

Descarga archivos de extensión ProductivEasy Website Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
URL Oficial https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Descripción Block websites and boost your productivity the easy way
Tamaño del Archivo 53.54 KB
Cantidad de Instalaciones 87
Versión Actual 0.2
Última Actualización 2015-09-25
Fecha de Publicación 2015-09-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Joey Cim
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}