SoftBlock

Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.

Was ist SoftBlock?

SoftBlock ist eine Chrome-Erweiterung, die von https://bootstrapped.ventures entwickelt wurde, und ihr Hauptmerkmal ist "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Erweiterungsscreenshots

screenshot

SoftBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoftBlock-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

                        Increase your productivity by blocking access to a blacklist of websites while still allowing you to regain access when needed (during your break, for example), but only for a limited time.

This first version is really basic and created for my own needs.
Feel free to take a look at the source at https://github.com/BrechtVds/SoftBlock                    

Grundlegende Informationen zur Erweiterung

Name SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
Offizielle URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Beschreibung Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Dateigröße 49.83 KB
Installationsanzahl 28
Aktuelle Version 1.1
Letztes Update 2014-09-08
Veröffentlichungsdatum 2014-09-08
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://bootstrapped.ventures
Zahlungsart free
Erweiterungswebsite http://bootstrapped.ventures/softblock-chrome-extension/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoftBlock",
    "description": "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.",
    "version": "1.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/softblock.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "SoftBlock",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}