SoftBlock

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

Apa itu SoftBlock?

SoftBlock adalah ekstensi Chrome yang dikembangkan oleh https://bootstrapped.ventures, dan fitur utamanya adalah "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SoftBlock

Unduh file ekstensi SoftBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
URL Resmi https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Deskripsi Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Ukuran File 49.83 KB
Jumlah Instalasi 28
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-09-08
Tanggal Publikasi 2014-09-08
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://bootstrapped.ventures
Tipe Pembayaran free
Situs Ekstensi http://bootstrapped.ventures/softblock-chrome-extension/
Bahasa yang Didukung 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"
        }
    }
}