SoftBlock

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

Hvad er SoftBlock?

SoftBlock er en Chrome-udvidelse udviklet af https://bootstrapped.ventures, og dens hovedfunktion er "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Udvidelsesskærmbilleder

screenshot

Download SoftBlock-udvidelses-CRX-fil

Download SoftBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
Officiel URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Beskrivelse Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Filstørrelse 49.83 KB
Antal Installationer 28
Nuværende Version 1.1
Senest Opdateret 2014-09-08
Udgivelsesdato 2014-09-08
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://bootstrapped.ventures
Betalingsmetode free
Udvidelseswebsted http://bootstrapped.ventures/softblock-chrome-extension/
Understøttede Sprog 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"
        }
    }
}