Shurbit

Remain focused at your work !

¿Qué es Shurbit?

Shurbit es una extensión de Chrome desarrollada por https://fastbyte01.it, y su función principal es "Remain focused at your work !".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shurbit

Descarga archivos de extensión Shurbit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Shurbit Shurbit
ID jddoomamdjmdnaogklogmholdidajbpe
URL Oficial https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe
Descripción Remain focused at your work !
Tamaño del Archivo 90.54 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0
Última Actualización 2020-12-03
Fecha de Publicación 2018-09-06
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador https://fastbyte01.it
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fastbyte01.it/shurbit/
Idiomas Soportados 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"
    ]
}