Shurbit

Remain focused at your work !

Τι είναι το Shurbit;

Το Shurbit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fastbyte01.it, και η κύρια λειτουργία του είναι "Remain focused at your work !".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Shurbit Shurbit
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"
    ]
}