Shurbit

Remain focused at your work !

什麼是Shurbit?

Shurbit是由https://fastbyte01.it開發的Chrome擴展程式,該擴展的主要功能是“Remain focused at your work !”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Shurbit擴展crx文件

下載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
官方網址 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"
    ]
}