Shurbit

Remain focused at your work !

Wat is Shurbit?

Shurbit is een Chrome-extensie ontwikkeld door https://fastbyte01.it, en de belangrijkste functie is "Remain focused at your work !".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shurbit

Download Shurbit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shurbit Shurbit
ID jddoomamdjmdnaogklogmholdidajbpe
Officiële URL https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe
Beschrijving Remain focused at your work !
Bestandsgrootte 90.54 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2020-12-03
Publicatiedatum 2018-09-06
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://fastbyte01.it
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fastbyte01.it/shurbit/
Ondersteunde Talen 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"
    ]
}