ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

Wat is ProductivEasy Website Blocker?

ProductivEasy Website Blocker is een Chrome-extensie ontwikkeld door Joey Cim, en de belangrijkste functie is "Block websites and boost your productivity the easy way".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ProductivEasy Website Blocker

Download ProductivEasy Website Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
Officiële URL https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Beschrijving Block websites and boost your productivity the easy way
Bestandsgrootte 53.54 KB
Aantal Installaties 87
Huidige Versie 0.2
Laatst Bijgewerkt 2015-09-25
Publicatiedatum 2015-09-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Joey Cim
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}