ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

Was ist ProductivEasy Website Blocker?

ProductivEasy Website Blocker ist eine Chrome-Erweiterung, die von Joey Cim entwickelt wurde, und ihr Hauptmerkmal ist "Block websites and boost your productivity the easy way".

Erweiterungsscreenshots

screenshot
screenshot

ProductivEasy Website Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie ProductivEasy Website Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
Offizielle URL https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Beschreibung Block websites and boost your productivity the easy way
Dateigröße 53.54 KB
Installationsanzahl 87
Aktuelle Version 0.2
Letztes Update 2015-09-25
Veröffentlichungsdatum 2015-09-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Joey Cim
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}