Shurbit

Remain focused at your work !

Co je Shurbit?

Shurbit je rozšíření Chrome vyvinuté https://fastbyte01.it, a jeho hlavní funkcí je „Remain focused at your work !“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shurbit

Stáhněte si soubory rozšíření Shurbit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Shurbit is a minimal Chrome extension that can help you to stay focused during work and study periods.

Shurbit helps you stay focused when you work with your computer.

The idea is simple, when you work or study using your computer, there are so much distractions available on the internet that you can easily lose your focus!

So to help you preventing your future productivity decreasing, you just have to activate Shurbit!

Shurbit is really minimal but have some great features:

- Block automatically a predefined list of distracting website.
- You can block a customizable list of distracting websites of your choice.
- Quick add or remove each website with simple and beautiful checkboxes.

Shurbit is a privacy conscious extensions, everything is done locally on your computer and no data is saved on the cloud.                    

Základní Informace o Rozšíření

Název Shurbit Shurbit
ID jddoomamdjmdnaogklogmholdidajbpe
Oficiální URL https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe
Popis Remain focused at your work !
Velikost souboru 90.54 KB
Počet instalací 1,000
Aktuální Verze 1.0
Poslední Aktualizace 2020-12-03
Datum Vydání 2018-09-06
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář https://fastbyte01.it
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fastbyte01.it/shurbit/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shurbit",
    "short_name": "Shurbit",
    "version": "1.0",
    "description": "Remain focused at your work !",
    "icons": {
        "128": "images\/icon128-2.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128-1.png",
        "default_popup": "html\/popup.html",
        "default_title": "Shurbit"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage"
    ]
}