Shurbit
Remain focused at your work !
O que é Shurbit?
Shurbit é uma extensão do Chrome desenvolvida por https://fastbyte01.it, e sua principal característica é "Remain focused at your work !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shurbit
Baixe arquivos de extensão Shurbit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
URL Oficial | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
Descrição | Remain focused at your work ! |
Tamanho do Arquivo | 90.54 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0 |
Última Atualização | 2020-12-03 |
Data de Publicação | 2018-09-06 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | https://fastbyte01.it |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fastbyte01.it/shurbit/ |
Idiomas Suportados | 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" ] } |