Shurbit
Remain focused at your work !
Was ist Shurbit?
Shurbit ist eine Chrome-Erweiterung, die von https://fastbyte01.it entwickelt wurde, und ihr Hauptmerkmal ist "Remain focused at your work !".
Erweiterungsscreenshots
Shurbit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shurbit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
Offizielle URL | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
Beschreibung | Remain focused at your work ! |
Dateigröße | 90.54 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-12-03 |
Veröffentlichungsdatum | 2018-09-06 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://fastbyte01.it |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fastbyte01.it/shurbit/ |
Unterstützte Sprachen | 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" ] } |