Shurbit
Remain focused at your work !
Что такое Shurbit?
Shurbit - это расширение Chrome, разработанное https://fastbyte01.it, и его основная функция - "Remain focused at your work !".
Снимки экрана расширения
Скачать файл CRX расширения Shurbit
Скачайте файлы расширений Shurbit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
Официальный URL | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
Описание | Remain focused at your work ! |
Размер файла | 90.54 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-12-03 |
Дата публикации | 2018-09-06 |
Рейтинг | 4.00/5 Всего 5 оценок |
Разработчик | https://fastbyte01.it |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://fastbyte01.it/shurbit/ |
Поддерживаемые языки | 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" ] } |