Shurbit
Remain focused at your work !
Qu'est-ce que Shurbit ?
Shurbit est une extension Chrome développée par https://fastbyte01.it, et sa fonction principale est "Remain focused at your work !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shurbit
Téléchargez les fichiers d'extension Shurbit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
URL Officiel | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
Description | Remain focused at your work ! |
Taille du Fichier | 90.54 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-12-03 |
Date de Publication | 2018-09-06 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | https://fastbyte01.it |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fastbyte01.it/shurbit/ |
Langues Prises en Charge | 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" ] } |