Shurbit

Remain focused at your work !

Shurbit란 무엇입니까?

Shurbit은(는) https://fastbyte01.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remain focused at your work !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Shurbit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}